c# - combobox fill from another combobox selection? -


  protected sub rcmbdatabaselist_selectedindexchanged(sender object, e telerik.web.ui.radcomboboxselectedindexchangedeventargs) handles rcmbdatabaselist.selectedindexchanged                 try                     dim strdestinationconnstring string = "data source=.;initial catalog=" & rcmbdatabaselist.selectedvalue & ";persist security info=true;user id=sa;password=ssmits"                     viewstate("strsyncdestinationconnstring") = strdestinationconnstring                      call getdestinationtablelist()                 catch ex exception                  end try             end sub             protected sub rcmbtablelist_selectedindexchanged(sender object, e telerik.web.ui.radcomboboxselectedindexchangedeventargs) handles rcmbtablelist.selectedindexchanged                 try                     call getdestinationclmlist(rcmbtablelist.selectedvalue)                 catch ex exception                  end try             end sub 

above 2 event , below code function how fill in web.

auto post true. no error given when debug.


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -