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
How do you implement sql caching in asp.net?
What is difference between or and orelse?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is the differences between a primary key and a unique key in sql server?
What is the meaning of TestApi?
What is tracing? Where is it used?
What is autopostback in asp net?
What is data caching?
Explain About duration in caching technique
Describe the .net base class library.
Explain asp.net web forms.
Can you explain autopostback?
How many types of validators are there in asp net?
Can you clarified A Web service can only be written in .NET or not?
How does http session work?