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
State differences between MVC and WebAPI
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What’s the difference between response .redirect and server.transfer?
Define static member?
Is asp.net free?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How does exception management works in ASP.NET?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the difference between visual basic and asp.net?
Name the two properties are on every validation control?
What are the media types of http requests and response?
How about the security in Activex DLL and Activex EXE ?
What’s the catch?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What are session state modes? List some of the important session state modes of asp.net.