I have an active server page which presents the user with a drop-down menu to perform a database search. The user then makes their choice, clicks on search and goes to the results page which allows them to modify the same database field from the search page drop-down menu. After clicking the update button on the results page, the user is automatically returned to the search page. However, when the user attempts to perform another search from the drop-down menu on the search page, the fields on the list don't reflect the update the user made on the results page. But, if the user clicks the browser's refresh button on the toolbar, the updated field suddenly appears the next time the drop-down menu is clicked. QUESTION: Is there a way (WITHOUT CLICKING ON THE BROWSERS REFRESH BUTTON) to make an active server page (which does a search) automatically refresh itself upon a user's return so the fields in a drop-down menu on the search page accurately reflect what's in the database? Any help would be greatly appreciated.