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
What is asp.net caching?
What is the use of response redirect in asp.net?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is application Object?
Is asp.net still used?
What is viewstategenerator?
What are directives in asp.net? List down all the important directives.
What do you understand from custom control?
What is advantage of code behind coding in ASP.NET?
Explain managed code an un-managed code.
What is client side state management?
How does a content page different from a master page?
What is enableviewstate in asp net?
What are the new features added from ASP to ASP.NET?
How do u deploy your asp.net application?