Hi guys,
I need a line that will enable me to refresh a listbox when a page opens or loads, or something that I can write where the page will simply not cache (if this is even possible).
The problem I have is that everytime I visit one of my pages, ir produces a listbox of events retrieved from a database. I then navigate to another page and submit some more information into the database, before returning to the original page with the drop down list. The drop down list however is still holding all the old data within it, but I need it to display an updated list.
If I hit the refresh button the list updates to show the correct details but I don't want to have to manually refresh the page each time I visit it.
Is there a way that I can combat this?
Christy
Christy