Are you using Javascript to navigate the pages?
 
If so, consider using submit buttons and using response.redirect to move between 
pages.  After submitting the form, grab the values, place them into session variables 
and then redirct to the correct page.
 
Then, on the page that you navigate to, make your controls do something like this 
(assumes that you already have stored the session values):
 
<input type="text" name="Phone" value="<%=Session("Phone")%>">
 
If you are NOT using javascript, post your code so we can see it.
 
Mark

Jitendra Baisakh <[EMAIL PROTECTED]> wrote:
I have 3 pages.
1st page:- Has two controls to enter name and address.Has next button
(to 2nd page).
2nd page:- Has two controls to enter sex and phone number.Has next(to 
3rd page) and previous(to 1st page) button.
3rd page:- It has to display the information entered by the first 
two.Has previous(to 2nd page) button to edit the information.
During editing the information, it has to maintain the state.
I have to use only session concept.
Please kindly help me out.


Problem facing:- After entering the information once and viewing the 
same,when I go to second page to edit the information and after 
editing the second page's info,when I go to first page and come back 
to the second page....it doesn't retain the state for the second 
page. My problem is this only.... 



Yahoo! Groups SponsorADVERTISEMENT


---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to