Datagrid Question

amish_geek

Newcomer
Joined
Nov 30, 2004
Messages
1
Is it possible to nest a datagrid within a datagrid?

I'm working on a project in ASP.net, and right now, I have a page with a datagrid that shows a list of categories from a databse. Clicking on a category will bring you to a page that shows you the sub-categories for that category. Both lists are shown with the datagrid object.

I want to have the main page, show the categories, with the sub categories nested. So I know a for each loop is what I'm looking for. Is there a way to nest the sub-category datagrid within the category datagrid, so when each category is added, the associated sub-categories are listed as well?
 
Back
Top