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
Can you set which type of comparison you want to perform by the comparevalidator control?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is a uri query?
What is Partial PostBack in ASP.NET?
Can you explain composite pattern?
What is query string with example?
What are sessions and cookies?
Explain about the .NET framework?
What is asp.net file?
Can I have a unique key as foreign key?
What are the elements of a website?
What methods are fired during the page load? Init()
Can we create a multiple user simultaneously ?
What is the difference between debug and release?
Explain the disadvantages of viewstate?