View Single Post
Old 08-23-2002, 04:41 AM   PM User | #1
NinjaTurtle
Regular Coder

 
Join Date: Jun 2002
Posts: 358
Thanks: 2
Thanked 0 Times in 0 Posts
NinjaTurtle is an unknown quantity at this point
many text box need to loop into database using ASP.

dear,

i have more than 20 textboxes to allow user key in and save into database(SQL SERVER) but the number of textboxes is not hard-coded. Example now there are 10 textboxes, user can fill in different text boxes n may be it may be blank too.
example:

name1 : text box 1
email1 : textbox 2

name2 : text box 3
email1 : text box 4
email2 : text box 5

name3 : text box 6
email1 : text box 7
email2 : text box 8

name4 : text box 9
email1 : text box 10


SO, u can c there are 10 textboxes. after user enter data, at the next page, i want to show ONLY what user entered, if user just enter name1 & name3, then i will show the name only,.... that's mean i dun want show all the record that blank fill in, i just want to show ONLY that user enrtered.

how ?

__________________
Thanks.
=====================================================
From NinjaTurtle
++http://ohmygoh.blogspot.com|http://technology.ohmygoh.com++
NinjaTurtle is offline   Reply With Quote