Click here to Skip to main content
15,921,837 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one survey web form in which I have taken textboxes namely txtname,txtid and one button submit.

I want that on submitting what was written in txtname and txtid should get displayed on a label in another form.

please tell
regards
Posted
Updated 22-Jun-11 21:55pm
v2
Comments
Dalek Dave 23-Jun-11 3:55am    
Edited for Grammar, Syntax and Readability.
Sandeep Mewara 23-Jun-11 5:16am    
And the issue is?

Hello,

use session variable to store the data and the display that on next page or send then data using querystring and retrive those data in labels.

thanks,
sanjeev
 
Share this answer
 
v2
Comments
Dalek Dave 23-Jun-11 3:56am    
Sounds good.
You can use the query string to pass values from one form to another (on submission).

There are a number of other approaches as well - this[^] discusses some of them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900