Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: combo box refresh


Message #1 by "Steve Read" <steve@r...> on Fri, 30 Mar 2001 17:56:53 +0100
Hello,



How do I sort this out?



I have a page (page1) that when loads populates a combo box (based on a 

query that checks to see if a particular value in a table field exists. 

)

The user makes a selection and hits submit button which opens another 

asp (page2) and a number of fields are displayed.

The user puts data into the fields and hits submit button which updates 

the database. Everything works.



Now if the user clicks on the back button and gets back to page 1 the 

data in the combo box has not changed, because the page has not 

reloaded, so the query has not re-run. How can page1 reload and refresh 

itself if the user does this?



I intend placing a HREF link back to page 1 on page2 later so I guess 

the same problem would occur. Is that right?





steve




  Return to Index