How can I create a similar hierarchical datagrid in asp.net (.net 2.0) using VB.net
Please see the image here.
This is the gridview, which is shown after the conversion wizard. How it is desgined(it’s like a hirerachial). Thanks in advance
How can I create a similar hierarchical datagrid in asp.net (.net 2.0) using VB.net
Share
Check this link Asp.Net Hierarchical GridView for vb.net implementation and for more information and reference check the following links:
hierarchical grid
ASP.NET – Hierarchical grid view
Hierarchical treeview implementation
Hope this help..