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
Explain the difference between sql invalidation and sql notification.
How do I use response redirect?
What are resource file and how do we generate resource file?
Can you explain one critical mapping?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is custom attribute?
What is masterpage?
What is the difference between asp.net and mvc?
How do active server pages work?
What is redirecting behavior?
What is the default Orientation property in a Menu control?
What are the various types of validation controls provided by asp.net?
Which object encapsulates state or data of a user?
What is form submit?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?