can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / guest
View state is page level Access state managemenet
so viewstate object is available only after page_init() and
before page_load().
so we cannot pass it from one page to other page as a part
of request or any more......
| Is This Answer Correct ? | 13 Yes | 11 No |
Post New Answer View All Answers
Mention few asp.net validators.
What is the difference between a page theme and a global theme?
Define repository pattern in asp.net mvc? : asp.net mvc
How to retrieve user name in case of Window Authentication?
What is http protocol and how it works?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Disable Mouse right click on web page in asp.net?
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?
Explain about the Class view window?
What is query string? What are its advantages and limitations?
What is a session government?
What is difference between asp.net and asp?
What is tracing? Where is it used?
What is __ requestverificationtoken?
how to debug web services on consumer side?