Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is difference between Server.Transfer and Response.Redirect in ASP.NET?

1129


What is viewstate? In which event of the page life cycle, is the viewstate available?

1059


Why do we need Sessions?

1100


What are the built-in objects in asp.net?

1039


Is there any alternative to avoid name collisions other then Namespaces?

1170


Which namespace is used by ado.net?

1031


What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?

1171


What is ascx?

1009


What parameters can you pass in the url of the api?

1163


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1246


What is the difference between rest and restful?

1100


What is Forms Authentication in ASP.NET?

1142


Why do we need master page in asp.net?

994


What is difference between cache and session?

1020


What are the different method of navigation in asp.net?

1073