WebListBox

I am using MySql Server and a weblistbox. The weblistbox only loads on the first load. Any changes after that does not update.

I have tried using a timer event, and no luck. Any good example using MySQL and a web application manipulating list boxes would be appreciated.

Thank you,
Robb

What do you mean with “loads on the first load”? When the app is started and never again?
What is your code for updating the listbox after the first load? :slight_smile:

Are you saying your Listbox doesn’t track with changes made to the database?
If so, then you are correct, it doesn’t, it shouldn’t.
The data stored in the Listbox control for display, is a copy at best of the data in the database.
It is not a realtime synched connection

What is the code used to update ?