I have a dropdown list which retrieves data from a datasource. I must to update the dropdown when I add new data to the database through another page. I’ve not found documentation for this kind of updating, that would be like the requery method on DAO databases for VB6.
I have a dropdown list which retrieves data from a datasource. I must to
Share
Using the databind method for the dropdown will force the update of the control. But the combo will be updated only when the page is reloaded. Maybe the best way should be using Ajax…