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
What’s the catch?
What asp.net control can embed xaml into asp.net pages?
Where is asp.net session stored?
What is custom attribute?
Explain how to prepare culture-specific formatting in .net.
What is session management in web application?
Where are session variables stored?
What is global.asax file used for?
What is the use of global.asax file?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What does asp in asp.net stand for?
Mention the execution process for managed code?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Where the cookie value is stored?
Why the javascript validation not run on the asp.net button but run successfully on the html button?