can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / sandeep shah
yes its possible , use Server.transfer and you can use the
view state in the destination page only . not that you can
use the view state to some other page.
check this below link for more clarification
http://forums.asp.net/t/1137668.aspx/1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the benefit of WebAPI over WCF?
What I need to create and run an asp.net application?
If you are using components in your application, how can you handle exceptions raised in a component?
Disable browser cache for entire ASP.NET website?
Is it possible to migrate visual interdev design-time controls to asp.net?
In order to get assembly info which namespace we should import?
Out of ASP or ASP.NET which one is stateless?
How do cookies work? Give an example of their abuse.
What are the asp.net 2.0 features?
Can you explain one critical mapping?
What is considered a service provider?
Explain global assembly cache.
Why session is more secure than cookies?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How do session tokens work?