GridView :- How to bind data into child GridView
2744
10-Feb-2015
How to bind data to child gridview ..on selection of dropdown list inside parent gridview
Samuel Fernandes
11-Feb-2015From Gridview onrowdatabound event, you have to write the code for finding the dropdownlist and bind the records from the dataset which you have
For Each rw As GridViewRow In grid.Rows
Next