can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / shyam
//*http://www.codeproject.com/KB/aspnet/TransferingValues.aspx*//
in this link they have used Response.redirect("abcd.aspx").
but by using Server.transfer("abcd.aspx")the case is
different.no page postpack is happening there..so i think by
using Server.transfer (not by Response.redirect)view state
data can be transfered acros the pages.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between asp and asp.net?
What is the asp.net control toolkit?
Which type of state management is provided by Query String in ASP.NET?
Where the viewstate is stored after the page postback?
How can you send an email message from an asp.net web page?
How can you handle exceptions in asp.net?
Explain the role of global.asax?
What parameters can you pass in the url of the api?
Describe in brief .net framework and its components.
Explain the differences between managed and unmanaged code?
What are sharepoint pages?
To get the values in two different controls to match which control you use it?
What do you mean by authentication?
How is it possible for .NET to support many languages?
What is the usage of DelegatingHandler?