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
Explain about Multi-Language integration?
What are the types of caching in asp.net?
Where is the view state data stored in asp net?
How are sessions stored?
What is session handling in a webfarm, how it can work with its limits?
How can you display all validation messages in one control?
Explain page output caching?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Explain the asp.net session state modes.
What are assemblies and namespaces and explain the difference between them ?
Where sessions are stored?
If 200 is for all successful operation then why do we have 201 response codes?
Define dll hell?
How can I configure asp.net applications that are running on a remote machine?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?