My ASP application has a HTML Form with different Form elements. Assume that this page is named Clients.asp. There is a button at the bottom of this page clicking which the user is taken to another page named Contacts.asp. Clicking a link in Contacts.asp takes the user back to Clients.asp. Now suppose a user enters values in the different Form fields & then clicks the button which takes him to Contacts.asp. When the user now clicks a link in Contacts.asp, he is taken back to Clients.asp but what I find is that the values in the different Form fields (which the user had already entered in the different Form elements before going to Contacts.asp) are no longer there. Is there someway by which I can maintain these Form elements values when the user comes back to Clients.asp from Contacts.asp?
Thanks,
Arpan
Thanks,
Arpan