Hi , I have .aspx page . that Have the GridviewChild Within another gridviewParent. My GridviewChild has Columns with some controls.out of which it has Dropdown controls .I want to fill the Data in dropdowns
GridViewParent
GridViewChild
Columns
DropDownControl
This is harachy that i want to explian.On which event of which Grid I can do fillDropDown . Please suggest. Also how to get selected value (Which Events)? If possible send me code in c#