Click here to Skip to main content
15,891,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Suppose
the web page contain 5 textboxes.....user enter data in that
value A:textbox1
Value B:textbox2
Value C:textbox3
Value D:textbox4 ;;;;here value D is a link button which navigates to unother page and come back with consolated figure in textbox.

at that time the values enter by user for textbox 1,2,3 still retain in textbox
Posted

1 solution

If I understand your question correctly, you want to retain values of textbox after a redirect brings the user to the same page. You can hold the values in Session and load it back during page load or you can use QueryString to pass the data and load the values from the query string.
 
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