dropdownlist
-
hiii.... i hav drop down list which contains vendor id list form database. on same page i have a link button named "Add new" to add new vendor(using panel for this). but when i click on save button in the panel the vendor id does not get updated in dropdown list. like if the last vendor id was 107.i added new vendor so it shud show id 108 also but it is not showing that.however the new id gets submitted in database.tell me what shud i do... :(
-
hiii.... i hav drop down list which contains vendor id list form database. on same page i have a link button named "Add new" to add new vendor(using panel for this). but when i click on save button in the panel the vendor id does not get updated in dropdown list. like if the last vendor id was 107.i added new vendor so it shud show id 108 also but it is not showing that.however the new id gets submitted in database.tell me what shud i do... :(
again bind ur dropdown list after saving of data in database. Dropdownlist.databind();