JohannIcon
Programmer
Hi All,
I have a modifyData.asp page with 3 forms in it, one to modify existing data in the database, another form to Delete a file from the server and another form to upload a file to the server.
All of these are calling the same modifyData.asp and then i am playing with varaibles to do the procs. However my problem is, that when the user modifies the data in the modify data Form, after modifying these data, I am setting the filed to readonly and disabled, and so, when the user for example presses the DELETE button to delete a file from the server, then all the data from the form is lost since the fields have the disable method. How can I store the variables that I get from the first Request.Form action, ie, after pressing the MODIFY button, into a safe place so that I can have access to them later. Is there a way to save them temporarily in memory?
Thanks for your help
I have a modifyData.asp page with 3 forms in it, one to modify existing data in the database, another form to Delete a file from the server and another form to upload a file to the server.
All of these are calling the same modifyData.asp and then i am playing with varaibles to do the procs. However my problem is, that when the user modifies the data in the modify data Form, after modifying these data, I am setting the filed to readonly and disabled, and so, when the user for example presses the DELETE button to delete a file from the server, then all the data from the form is lost since the fields have the disable method. How can I store the variables that I get from the first Request.Form action, ie, after pressing the MODIFY button, into a safe place so that I can have access to them later. Is there a way to save them temporarily in memory?
Thanks for your help