can we transfer data from one page to another page using
viewstate if so how?if not y?
Answer Posted / bikramjit singh
No we cannot tranfer data from pne page to another using
viewstate. Viewsatate is a atate management technique which
allows to preserve controls property values and class level
variables values for a specific page between postbacks.
We can tranfer data from one page to another using session
object or query string.Session object is a collection
object which can store large amount of data whereas query
string is used to transfer small amount of information from
one page to another.
Bikramjit Singh.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the significance of finalize method in .net?
What's the difference between viewstate and sessionstate?
Where do the cookie state and session state information be stored?
What do you mean by role-based security?
What is event in asp.net?
What is the state management in asp.net?
How do I open an ashx file?
What is difference between session and cookies?
Explain the differences between clr & cts?
Is a dll file an executable?
What is comparevalidator?
What is data grid view in asp.net?
Can one dll file contains the compiled code of more than one .net language?
Which is better session or viewstate?
What is the use of autowireup in asp.net?