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 are the Custom controls in asp.net?
How do u declare static variable and how it is declared and what is its lifetime?
How do you sign out from forms authentication?
Give me one example of Web API Routing?
Why viewstate is used in asp.net?
What is the latest version of asp.net?
How long the items in ViewState exists?
What does postback mean?
How can exception be handled with out the use of try catch?
What does the orientation property do in a menu control?
How can we inherit a static member?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What's the ASP.Net Application life cycle?
Explain Areas in MVC?
What are the different validators in asp.net?