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
Why do you use the app_code folder in asp.net?
Define cookie.
What are the properties of the eventargs argument when capturing keyboard events?
How can we create a website?
Explain http handlers? Where we can use the http handlers?
Explain how does asp page work?
Explain how dot net compiled code will become platform independent?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
How does session work in asp net?
What is the basic difference between asp and asp.net?
Explain how can we access static variable?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How to use multiple scriptmanager controls in a web page?
How many languages are supported by .NET at present time?