Hi,
I have a form which is filled in with various parameters by the user are used to build an SQL select statement to bring back the right data when the user clicks submit.
This all works well but when the data is returned (to the same page) all of the parameter fields are cleared. I want whatever has been typed, check boxes etc. into the form to stay as they were at the submission time.
I'm pretty new to ASP so help!
Thanks.