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
How does a web application session work?
What is css and what is it used for?
Describe Segmentation With Paging?
Explain the updatepanel?
How to fetch a data from one table to another table in asp.net ?
How does session authentication work?
What are triggers of an updatepanel?
What is difference between rest and soap?
What is the biggest disadvantage of “Other Return Types” in Web API?
Explain what does wsdl stand for?
Explain different types of validators in asp.net?
Is asp.net and .net are same or different?
What are the advantages of Web API?
What are validator? How do you disable them?
What is enableviewstatemac in asp net?