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 symbol specifies the beginning of a query string?
What is application state?
Is it possible to create web application with both webforms and mvc?
Explain server-side scripting?
Explain Session state management options in ASP.NET.
Why does my asp.net file have multiple tag with runat=server?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
What are the parts of an http response?
How many types of Cookies are available in ASP.NET?
Are cookies client side or server side?
Why will you usually create an aspnet user account in the database for an asp.net web application?
How do you store a value in viewstate and retrieve them?
How do u optimize a query in asp.net?
How many validators do ASP.NET have?
Where session variables are stored?