how can i autorefresh a web page???
In my web page I am retreiving a data from sql server 2000, through selecting items (drop downlist) to be viewed in a label control.
I add this tag<meta http-equiv="refresh" content="30000">
But each time the page is refreshed the viewed information are disappearing????so please what should do to make the drop down list stable as it was selected before.