I have Two DropDownList inside DataGrid or GridView,
Now on Change of selection of First DropDownList, I want to fill value in second DropDownList
hi baburk,
If you want to fill the second dropdown then you will have to handle the event of first dropdown selectedindexch anged (Autopostback=t rue), in that assign the datasource to the second dropdownlist... ...
Comment