Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have to Create a Hierarchical Gridview in my project. I can create the hierarchical gridview by placing gridview inside gridview in .aspx page. But this is limited.

At the run time, the user may need more than the inner gridviews data.

Can anybody suggest me the correct way of writing hierarchical gridviews using c# in the code behind.

Thanks.
Posted

1 solution

Here are some approaches that may be useful to you -
Hierarchical GridView Control Using AJAX[^]
Multilevel nested GridView in ASP.NET using c#
[^]

Too many levels may be difficult to handle for a user though.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900