c# - bind drop down to grid view -
i have 1 drop down list containing list of items. each item further connecting different table. there gridview show selected table selecetd item in drop down list. how possible? show selected table f
gridview.datasource = tablecollection[dropdownlist.selectedvalue];
Comments
Post a Comment