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


Define ViewState and how can it be used?

Answers were Sorted based on User's Feedback



Define ViewState and how can it be used?..

Answer / srujana

ViewState stores the objects serializable in a hidden field
on the page.
ViewState is used to retain the state of server-side
objects between postbacks.
Viewstate is transported between client and the server.

Is This Answer Correct ?    31 Yes 10 No

Define ViewState and how can it be used?..

Answer / lalit

to put it in simple terms viewstate is used for maintaining
the state of the control or the page during postback

Is This Answer Correct ?    25 Yes 5 No

Define ViewState and how can it be used?..

Answer / pavan

ViewState is the mechanism that allows state values to be preserved across page postbacks.

Is This Answer Correct ?    9 Yes 0 No

Define ViewState and how can it be used?..

Answer / nazeer

when client makes a request for a page, asp.net process the
@server and gets result.
All this result of controls are concatnated into one string.
This string converted to base64 encodining format and
stored in hidden field called "viewstate"

Is This Answer Correct ?    5 Yes 2 No

Define ViewState and how can it be used?..

Answer / suresh

When a form is submitted in ASP .NET, the form reappears in
the browser window together with all form values. How come?
This is because ASP .NET maintains your ViewState. The
ViewState indicates the status of the page when submitted
to the server.

Is This Answer Correct ?    6 Yes 3 No

Define ViewState and how can it be used?..

Answer / shiva

viewstate is built in structure for automatically retail
the values among the multiple request for the same page.
view state is internally maintain as a hidden field butis
hashed.

Is This Answer Correct ?    7 Yes 7 No

Post New Answer

More ASP.NET Interview Questions

What is http response header?

0 Answers  


What are session objects?

0 Answers  


what are partial classes and their use?

3 Answers   Microsoft,


What is itemrowdatabound for a datagrid?

1 Answers   IBM,


In which event of the page viewstate is available?

0 Answers  


What are tuples?

0 Answers  


What is autopostback in dropdownlist in asp net?

0 Answers  


What is CTS, CLS and CLR ?

20 Answers   CGI, Palm Technology, Reliable Technology, Satyam, Synergy, TCS,


What does aspnet_regiis -i do ?

1 Answers  


How do you declare static variable?

0 Answers  


When during the page processing cycle is ViewState available?

1 Answers   Siebel Systems,


Can we mention error in web.config file?

2 Answers  


Categories