Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rsume Function

Status
Not open for further replies.

sbind77

Programmer
Oct 2, 2001
29
0
0
US
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
 
Hi there ...
because of that in asp we can not understand when the
user has closed his/her browser and there is no event
for this unfortunately until he/she has not submit the
form, there is no control on the data which client or
user has entered in the edit boxes.
so you cant do any thing to resume this action.
but if the user had submited the form, there were many
ways.
TNX.
E.T.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top