HighTechTalks DotNet Forums  

Need add one more blank form after submit

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Need add one more blank form after submit in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Lillian
 
Posts: n/a

Default Need add one more blank form after submit - 06-24-2006 , 04:20 PM






I created an ASP page, not ASP.NET, this is a form let the user inter data,
then submit, so the data will be save in SQL database, I would like to know
after submit then I like have blank form again, then users can keep adding to
database, so the form of output will keep adding and adding.
example:
first time you see like this:

first name last name SSN
John smith xxxx/xx/xxxx
[ ] [ ] [ ]

then user add another name and SSN on the blank form
Linda Jones xxxx/xxx/xxxx

then screen shoud look like this
first name lastname SSN
John Smith xxxx/xx/xxxx
Linda Jones xxxx/xx/xxxx
[ ] [ ] [ ]

so will keep adding and adding, how can I have do and whille loop for this
case.
Thank you so much for the help

Lillian


Reply With Quote
  #2  
Old   
Gaurav Vaish \(www.EduJini.IN\)
 
Posts: n/a

Default Re: Need add one more blank form after submit - 06-25-2006 , 08:27 PM






Keep on storing the submitted values in Session or as hidden values that can
be used for display.

--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.org
http://www.edujini.in | http://webservices.edujini.in
-------------------


"Lillian" <Lillian (AT) discussions (DOT) microsoft.com> wrote

Quote:
I created an ASP page, not ASP.NET, this is a form let the user inter data,
then submit, so the data will be save in SQL database, I would like to
know
after submit then I like have blank form again, then users can keep adding
to
database, so the form of output will keep adding and adding.
example:
first time you see like this:

first name last name SSN
John smith xxxx/xx/xxxx
[ ] [ ] [ ]

then user add another name and SSN on the blank form
Linda Jones xxxx/xxx/xxxx

then screen shoud look like this
first name lastname SSN
John Smith xxxx/xx/xxxx
Linda Jones xxxx/xx/xxxx
[ ] [ ] [ ]

so will keep adding and adding, how can I have do and whille loop for this
case.
Thank you so much for the help

Lillian




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.