Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 24, 2013 06:03 PM by asp.netforums
Member
60 Points
45 Posts
Jan 23, 2013 02:16 PM|LINK
I think its not possible. Still, if there is any way to access a value in Page_Init() stage during the post back pls let me know.
Thanks
Mayil
Contributor
2531 Points
513 Posts
Jan 23, 2013 02:27 PM|LINK
Save value in database/use the caching.
By the way , why you don't want to use Viewstate/Session?
Jan 24, 2013 12:58 PM|LINK
Hi,
That is my requirement. But I need to store the values per User not Per application. Still is it possible? Moreover I cannot use Database.
Let me know if any other way?
371 Points
99 Posts
Jan 24, 2013 05:13 PM|LINK
How about URL querystrings?
Star
14074 Points
2793 Posts
Jan 24, 2013 05:30 PM|LINK
Well you can use:
1>Application Object
2>Cache
3>Context Object
4>Query Strings
604 Points
132 Posts
Jan 24, 2013 06:03 PM|LINK
use query string with url rewrite
for check
query string
http://www.dotnetperls.com/querystring
http://csharpdotnetfreak.blogspot.com/2011/09/querystring-in-aspnet.html
url rewriting
http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/
cmayil
Member
60 Points
45 Posts
How to retain values During PostBack without using Session/Cookies/ViewState/HiddenField?
Jan 23, 2013 02:16 PM|LINK
I think its not possible. Still, if there is any way to access a value in Page_Init() stage during the post back pls let me know.
Thanks
Mayil
goel.ankit
Contributor
2531 Points
513 Posts
Re: How to retain values During PostBack without using Session/Cookies/ViewState/HiddenField?
Jan 23, 2013 02:27 PM|LINK
Save value in database/use the caching.
By the way , why you don't want to use Viewstate/Session?
Ankit
(Please select 'Mark as Answer' if my response has helped you.)
cmayil
Member
60 Points
45 Posts
Re: How to retain values During PostBack without using Session/Cookies/ViewState/HiddenField?
Jan 24, 2013 12:58 PM|LINK
Hi,
That is my requirement. But I need to store the values per User not Per application. Still is it possible? Moreover I cannot use Database.
Let me know if any other way?
Thanks
Varunrao
Member
371 Points
99 Posts
Re: How to retain values During PostBack without using Session/Cookies/ViewState/HiddenField?
Jan 24, 2013 05:13 PM|LINK
How about URL querystrings?
AllSector Developer
geniusvishal
Star
14074 Points
2793 Posts
Re: How to retain values During PostBack without using Session/Cookies/ViewState/HiddenField?
Jan 24, 2013 05:30 PM|LINK
Well you can use:
1>Application Object
2>Cache
3>Context Object
4>Query Strings
My Website
www.dotnetvishal.com
asp.netforum...
Member
604 Points
132 Posts
Re: How to retain values During PostBack without using Session/Cookies/ViewState/HiddenField?
Jan 24, 2013 06:03 PM|LINK
use query string with url rewrite
for check
query string
http://www.dotnetperls.com/querystring
http://csharpdotnetfreak.blogspot.com/2011/09/querystring-in-aspnet.html
url rewriting
http://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/