Hi All
I need a Solution for the following Problem.
I need to implement a Resume Function in my application.
I have a Dataentry form with 'n' number of textboxes and Selectboxes.
In the mid of the Dataentry process, if the user closes the application or logout from the Application.I need to store all the Session variables, url from which he exits, and the all the Data he entered in a Database Table, So that when the user visits Next time and if he select the Resume Link that will take him to the Same Position where he left with all the partially entered values.
PLs help to catch the URL and the Partially entered values, so I can write a Insert query in the Session_Onend event to store all the values in the database.
EG
I am in the Url: My Asp page contains 4 text box for DataEntry purpose
Name : T1,T2,T3,T4
I have 2 session varibles
Name: Session("S1",Sesion("S2"
I entered values for T1 and T2 and then I closed the Window
at this point I need to store the URL, values I entered(T1,T2) and my session variable.
In my next visit of the application and if select Resume Link I have to be redirected to the URL where I exits with all my partially filled data.
Pls help me achive this
Thanks
Bala Thank You
sbind77
I need a Solution for the following Problem.
I need to implement a Resume Function in my application.
I have a Dataentry form with 'n' number of textboxes and Selectboxes.
In the mid of the Dataentry process, if the user closes the application or logout from the Application.I need to store all the Session variables, url from which he exits, and the all the Data he entered in a Database Table, So that when the user visits Next time and if he select the Resume Link that will take him to the Same Position where he left with all the partially entered values.
PLs help to catch the URL and the Partially entered values, so I can write a Insert query in the Session_Onend event to store all the values in the database.
EG
I am in the Url: My Asp page contains 4 text box for DataEntry purpose
Name : T1,T2,T3,T4
I have 2 session varibles
Name: Session("S1",Sesion("S2"
I entered values for T1 and T2 and then I closed the Window
at this point I need to store the URL, values I entered(T1,T2) and my session variable.
In my next visit of the application and if select Resume Link I have to be redirected to the URL where I exits with all my partially filled data.
Pls help me achive this
Thanks
Bala Thank You
sbind77