How to refresh data in dropdownlist
-
Hi I have dropdownlist that contain items from database, and button to add data into database. when I click button it can insert data into database but dropdownlist items not added ,how I automatically refresh dropdownlist item to show data from button_click Thank.
-
Hi I have dropdownlist that contain items from database, and button to add data into database. when I click button it can insert data into database but dropdownlist items not added ,how I automatically refresh dropdownlist item to show data from button_click Thank.
-
Hi I have dropdownlist that contain items from database, and button to add data into database. when I click button it can insert data into database but dropdownlist items not added ,how I automatically refresh dropdownlist item to show data from button_click Thank.
It seems you have code to populate dropdown wrapped with IsPostBack condition. make sure you populate it in post back also Sanjay Sansanwal www.sansanwal.com