can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / shravankumar
i feel it's possible to pass values from one page to
another using view state
Just try this :
Hold the values in viewstate which you want to transfer to
another page , in the next page where you want to pass the
values ,
In page_load
Access the values hold in view state
Just try this once :
Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is bound controls
What are the steps to follow to host a web application on a web server?
What are the two types of web pages?
What is page fragment caching?
How does the cookies work in asp.net?
How to deploy/publish webservices?How many ways?Plz explain me
What is the difference between globalization and localization?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is the life cycle of an asp.net page?
What is tracing? Where is it used?
Explain the difference between inline and code behind - which is best in?
Difference between using directive vs using statement?
What is the significance of ASP.NET routing?
What are standard controls?
Differentiate between structure and class.