can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / gurvinder singh
This is not possible using view state , however we can
acheive this by using session .View state has only page
scope.
| Is This Answer Correct ? | 64 Yes | 19 No |
Post New Answer View All Answers
What is session state server?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
What is a user developed application?
What is hidden field in asp.net?
What is data caching?
Is asp.net free?
To wrap up a call to a Web service the standard used is..?
Why we use asp.net for website development?
What is http post and http get?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Is there any limit for query string? Means what is the maximum size?
What is difference between cache and session?
How can we identify that the page is post back in asp net?
State differences between MVC and WebAPI
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?