Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Need add one more blank form after submit

Reply
Thread Tools

Need add one more blank form after submit

 
 
Lillian
Guest
Posts: n/a
 
      06-24-2006
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

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML Submit Blank Form Fields kagreen2002@yahoo.com HTML 2 04-04-2008 01:34 AM
submit 1 form to 2 servers or 2 forms to 2 server (1 form each) on 1 submit abansal.itp@gmail.com Javascript 3 06-23-2007 07:29 AM
<form>...</form> - how to supress blank space after </form> in IE? rob c Javascript 4 12-30-2005 01:18 PM
Multiple asp:buttons on one form but ONLY one should submit? D. Shane Fowlkes ASP .Net 3 02-24-2004 12:17 PM
submit opener form after submitting pop-up form Marco Alting Javascript 7 10-30-2003 01:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57