Click here to Skip to main content
15,902,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have to know that is there better way to handle the session values in particular page without assgining them null or string.empty ,i am creating dynamic controls in my page but if in certain cases if user create the controls and it will move to another page then he will enable to create controls again as i am holding there values in session due to certain reason ,but if i dont submit the page and then move to another page and come again and try to submit i got an error as my session holding pervious values.
Thanks
Posted

1 solution

Cookies.

These are held at the client rather than the server, so will be available for both sessions / pages
 
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