can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / shamme
viewstate values stored in present page...once use
server.transfer the view state values was out....so not
possible to transfer data from one page to another page...
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
calling result set one procedure to anothar procedure in sql2000
how to include timer or counting time to display next page in asp.net
What is tracing? Where is it used?
What are early binding and late binding.
What is Dynamic Web and discuss its usage with the help of real life examples?
Is it possible to change the index of primary key on table?
What is a web api? Which protocol is used in a web api?
What are Session states available and its Uses?
Define tracing.
Is session server side or client side?
What is smpte vc-1?
What are the various session state management options provided by asp.net?
What is http request and response?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC