Knowledge Transfer

Tuesday, December 9, 2008

Multilevel Nested Master/Detail Data Display Using GridView

This article presents how the GridView control can be nested to show master/detail relationships for multilevel hierarchal data. In this article, I have implemented it for three levels, and it can be implemented for n levels quite easily, by maintaining the information about the edit index of the parent GridView controls.

This article provides a simple, easy, and clean solution for displaying data with multilevel master/detail relationships. This article also shows how the GridView can be used effectively by using its template fields, and how controls inside template fields are accessed and bound. More importantly, you will realize the power of GridView's edit mode, and learn how it can be used to do things other than editing; evading from its default usage!!

parent and Child relation in Gridview in asp.net 2.0

Please Click here about more stuff Multilevel Nested Master/Detail Data Display Using GridView

Happy Coding,

Labels: , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]



<< Home