PS
Only if the form fields have the selected value as the session variable as in
<%=Session("Yourvaluename")%>
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"Thomas A. Rowe" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| You have to post the form to an ASP page that stores the values from the form., then if the form is
| reopen during the same browser session, you would then call the saved session variables.
|
| --
| ==============================================
| Thomas A. Rowe
| Microsoft MVP - FrontPage
|
|
http://www.Ecom-Data.com
| ==============================================
|
|
| "sanju" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > Hi all, i am a asp programmer and i want to use the session variable
| > to store values. I have one asp page including 5 textboxes and 25
| > radio buttons. My problem is when i submitting the information at the
| > first time and after filling half of the form if i closed the form
| > then next time when i again want to fill that form, it should select
| > that controls which i selected at the first time.
| > I dont know how to do it.
| > plz kindly help me,
| >
| > Thanks in advance.
| >
|
|