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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -