can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / kuldeep khaware
Yes. We can transfer data one page two an other page
through View state.
Server.Transfer("secondpage.aspx view=textbox");
View state is page specific; it contains information about
controls embedded on theparticular page. resolves this by
embedding a hidden input field
" KULDEEP KHAWARE "
| Is This Answer Correct ? | 3 Yes | 13 No |
Post New Answer View All Answers
Explain what are delegates?
What are ASHX files?
what is loosely coupled solution? How it can be used?
Where web.config file is used?
What is the use of the tag in the web.config file?
What is a swagger in web api?
What is the difference between rest and restful?
Explain the difference between panel and groupbox classes using .net?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Explain the use of view state?
What is server side session?
What is the flow of processing of the request? : asp.net mvc
what are the web form events available in asp.net?
What is request and response in asp.net?