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
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
What's the use of formatters in .net?
How can you handle unmanaged code exceptions in asp.net?
How can you handle errors in Web API?
What is true about application service provider?
What is ascx?
What is datagrid asp.net?
What is difference between viewstate and session in asp net?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
How does asp.net work?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What kind of data we can store in viewstate?
What is event bubbling?
What is asp.net caching?
Explain the difference between server control and html control.