ASP.NET 2.0 Nested GridView

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

Duration : 0:5:23



5 Responses to “ASP.NET 2.0 Nested GridView”

  1. gamccoy Says:

    You would less …
    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.

  2. jimmykent54 Says:

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

  3. alexiseddie Says:

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

  4. roofdoubleflip Says:

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

  5. kicrules Says:

    From my experence …
    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.

Leave a Reply

Posted on February 22nd, 2007 by admin

Filed under ASP |

|