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