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

Can you set which type of comparison you want to perform by the comparevalidator control?

711


Why will you usually create an aspnet user account in the database for an asp.net web application?

754


What is a uri query?

771


What is Partial PostBack in ASP.NET?

789


Can you explain composite pattern?

791


What is query string with example?

722


What are sessions and cookies?

773


Explain about the .NET framework?

829


What is asp.net file?

838


Can I have a unique key as foreign key?

743


What are the elements of a website?

727


What methods are fired during the page load? Init()

734


Can we create a multiple user simultaneously ?

813


What is the difference between debug and release?

730


Explain the disadvantages of viewstate?

767