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


Please Help Members By Posting Answers For Below Questions

How do you do client-side validation in .net? How to disable validator control by client side javascript?

534


What is globalization and localization in asp net?

494


How to disable validator control by client side JavaScript?

575


How to change Master page in ASP.Net using code?

594


What is asp.net globalization?

498






What are the different types of Caching techniques in ASP.NET?

576


Why we use content place holder in asp.net?

502


Can we have multiple master pages in asp net?

511


What are the three parts of an http response?

534


what is meant by sitemapnode ?

1505


What is sdlc process?

526


Explain the concept of event bubbling in ASP.NET?

582


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1596


What is difference between rest and soap?

578


What is the main function of url routing system in asp.net mvc? : asp.net mvc

496