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 ?