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...


what is the lifespan of the items stored in viewstate ?

Answers were Sorted based on User's Feedback



what is the lifespan of the items stored in viewstate ?..

Answer / bhawesh

Item stored in ViewState exist for the life of the current
page. Or the life of a page till postback.

Is This Answer Correct ?    4 Yes 0 No

what is the lifespan of the items stored in viewstate ?..

Answer / suresh

ViewState is newly introduced in ASP.Net to hold the status of the current page values when submitted to the server. Life of ViewState is till the current page postbacks.



Note : You may save a lot of coding by maintaining the ViewState of the objects in your Web Form

Is This Answer Correct ?    4 Yes 0 No

what is the lifespan of the items stored in viewstate ?..

Answer / priya arun

view state life span is only to current page itslef....

while navigating to another page,the state page discard the
value ...so view state can't maintain the value in next
page.

Is This Answer Correct ?    2 Yes 0 No

what is the lifespan of the items stored in viewstate ?..

Answer / raman

View state information is stored in the hidden fields,till
the browser is closed the view state information can be
seen

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why attributes are used in c#?

0 Answers  


What is a deadlock lock?

0 Answers  


Is c# a keyword?

0 Answers  


What are predicates in c#?

0 Answers  


Does C# support multiple inheritance?

5 Answers  


Is stringbuilder faster than string concatenation c#?

0 Answers  


What are value types in c#?

0 Answers  


What's the difference between class and object?

0 Answers  


Which is algorithm is used to Manage the Memory in .net ??

7 Answers   TCS,


what is a structure in c#

3 Answers   Cognizant,


What is the root element of an xml file?

0 Answers  


what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


Categories