User Profile
Collapse
-
w3schools.com is best... -
...Code://GridView event protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { //finding dropdown of current row by dropdown id DropDownList myDropDown= e.Row.FindControl("dropdownId") as DropDownList; myDropDown.DataTextField = "countryName"; myDropDown.DataValueField = "countryId"; myDropDown.DataSourceLeave a comment:
No activity results to display
Show More
Leave a comment: