Displaying Nested Master/Details Forms
You also can handle the RowDataBound
event to create nested Master/Details forms. The page in Listing 11.30 displays a list of movie categories and displays a list of matching movies under each category (see Figure 11.22).
Figure 11.22. Displaying a nested Master/Detail form.
Listing 11.30. NestedMasterDetail.aspx
The grdMovieCategories_RowDataBound()
method handles the RowDataBound
event. This event handler ...
Get ASP.NET 4 Unleashed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.