Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 10, 2012 09:56 AM by zeeshanfazal
Member
124 Points
72 Posts
Mar 24, 2012 05:44 PM|LINK
what is the best and security ways to pass data from page to another ?
JQuery asp.net
Contributor
5720 Points
858 Posts
Mar 24, 2012 05:48 PM|LINK
I think Session
http://steveorr.net/articles/PassData.aspx
5564 Points
749 Posts
Mar 24, 2012 06:39 PM|LINK
Look at this previous thread and at these other links
How to: Pass Values Between ASP.NET Web Pages
Eight Different Ways to Transfer Data from One Page to Another Page
9 Points
40 Posts
Apr 10, 2012 09:56 AM|LINK
Encode the session value while creating the seesion and then when fething the session value then decode it
modaloda
Member
124 Points
72 Posts
pass data from page to another
Mar 24, 2012 05:44 PM|LINK
what is the best and security ways to pass data from page to another ?
JQuery asp.net
Vipindas
Contributor
5720 Points
858 Posts
Re: pass data from page to another
Mar 24, 2012 05:48 PM|LINK
I think Session
http://steveorr.net/articles/PassData.aspx
GmGregori
Contributor
5564 Points
749 Posts
Re: pass data from page to another
Mar 24, 2012 06:39 PM|LINK
Look at this previous thread and at these other links
How to: Pass Values Between ASP.NET Web Pages
Eight Different Ways to Transfer Data from One Page to Another Page
JQuery asp.net
zeeshanfazal
Member
9 Points
40 Posts
Re: pass data from page to another
Apr 10, 2012 09:56 AM|LINK
Encode the session value while creating the seesion and then when fething the session value then decode it