can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / senthil kumar
Yes, we can access the viewstate variables across pages. This is only possible if Cross Page Posting or Server.transfer is used to redirect the user to other page.
Refs Urls: http://www.codeproject.com/Articles/37753/Access-ViewState-Across-Pages
Note :
If Response.redirect is used, then ViewState cannot be accessed across pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Can I read the hard disk serial # of the client computer using asp.net?
What is the file extension of web service?
Why asp.net mvc is better than asp.net? : Asp.Net MVC
What is postback in asp net?
what are configuration files?
Explain the difference between inline and code behind - which is best in?
Which Is Faster MVC or ASP.net ?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
What are the different method of navigation in asp.net?
what are the ihttphandler and ihttphandlerfactory interfaces ?
How would you get asp.net running in apache web servers? Explain it's limitations.
Is asp.net and .net the same?
Why would anyone need to implement their own hashtable or linked list?