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


Please Help Members By Posting Answers For Below Questions

what are the Custom controls in asp.net?

799


How do u declare static variable and how it is declared and what is its lifetime?

767


How do you sign out from forms authentication?

778


Give me one example of Web API Routing?

830


Why viewstate is used in asp.net?

773


What is the latest version of asp.net?

767


How long the items in ViewState exists?

1218


What does postback mean?

769


How can exception be handled with out the use of try catch?

780


What does the orientation property do in a menu control?

764


How can we inherit a static member?

813


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

2245


What's the ASP.Net Application life cycle?

816


Explain Areas in MVC?

849


What are the different validators in asp.net?

781