Droupdownlist event in edit mode of gridview
i hv a gridview and 2 droupdownlists in edit mode...
and some values in droupdownlist1 bt droupdownlist2 in blank
i want user select any value in list1 and on the basis of selected item of list 1, list 2 value added...
i hv tried it by using rowcommnad event and if list 1 item selected and add values to list 2 bt it is not working...
any idea... pls help
Answers (1)
0
You can use selectedindex changed event of firstdropdown to bind data in the second dropdown.