Home > ASP.NET, Programming Tutorials, Tutorials, Video > ASP.NET 2.0 Nested gridview

ASP.NET 2.0 Nested gridview

March 31st, 2010 Leave a comment Go to comments


This is a simple sample example screen cast of how to nest a gridview inside another gridview to display master – detail information. For example listing orders and items for each order

Related posts:

  1. kicrules
    March 31st, 2010 at 23:46 | #1

    From my experence this is not the case. I have found that SQL responds better to many small queries instead of a few large queries.

  2. roofdoubleflip
    April 1st, 2010 at 00:38 | #2

    Having a sqldatasource in every cell is going to kill your SQL server

  3. alexiseddie
    April 1st, 2010 at 01:34 | #3

    i need to make almost the same but using no wizard i mean using just code. Do anyone of you have an example?

  4. jimmykent54
    April 1st, 2010 at 01:41 | #4

    Yes, but this technique can be very useful as well.

  5. gamccoy
    April 1st, 2010 at 01:44 | #5

    You would less screen real estate if you just used a detail view and selected a row. It is also more exciting for the user.

  1. No trackbacks yet.
You must be logged in to post a comment.