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 view state

Answers were Sorted based on User's Feedback



what is view state..

Answer / prameela

ViewState in Asp.net is used to save data to access across
postbacks.If the information is to be shared across
different controls, it can be placed in the view state of
the page, if it is to be accessed within the scope of a
single control, then it can be placed within the view state
of the control

Is This Answer Correct ?    11 Yes 5 No

what is view state..

Answer / somnath

using view state we can maintain a value in our page scope.
and this value use in pay page of our website.viwe state
maintain one session at the page destroyed.

Is This Answer Correct ?    0 Yes 0 No

what is view state..

Answer / sathya

View state is the method that the ASP.NET page framework
uses to preserve page and control values between round
trips. When the HTML markup for the page is rendered, the
current state of the page and values that must be retained
during postback are serialized into base64-encoded strings.
This information is then put into the view state hidden
field or fields.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

Where are the routing rules defined in an asp.net mvc application?

0 Answers  


what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,


Describe the roles of clr in .net framework.?

0 Answers  


About namespaces ?

3 Answers   MMTS,


Why is XmlSerializer so slow

1 Answers  


How to bind table coloum with gridview column

3 Answers   Sypher Technologies,


Explain encapsulation

1 Answers   HPCL, Hughes Systique Corporation,


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


What are Resource Files ? How are they used in .NET

1 Answers  


What is mapping in entity framework? : Entity framework

0 Answers  


What are the 2 ways of adding constraints to a route?

0 Answers  


Can two application one using private assembly and other using Shared assembly be stated as a side-by-side executables?

1 Answers  


Categories