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 a user session?
How can you use a custom controls in ASP.NET application?
What is asp.net master page?
What is server components?
How do you identify that the page is postback?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain the difference between debug.write and trace.write? When should each be used?
What are the event handlers that can be included in the Global.asax file?
How to implement Authentication and Authorization?
Differentiate between a page theme and a global theme?
What are the differences between the response.write() and response.output.write()?
Why cyclomatic complexity is important?
What are session and cookies?
What are the advantages and disadvantages of session?
What is cas?