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 / deepak bajpai

In ASP.NET pages, the view state represents the state of
the page when it was last processed on the server. It's
used to build a call context and retain values across two
successive requests for the same page. By default, the
state is persisted on the client using a hidden field added
to the page and is restored on the server before the page
request is processed. The view state travels back and forth
with the page itself, but does not represent or contain any
information that's relevant to client-side page display. In
this column, I'll take a tour of the view state
implementation in ASP.NET and show how to keep your Web
pages fit and trim and a bit more secure.

Is This Answer Correct ?    1 Yes 0 No

what is view state..

Answer / nitya

ViewState is a concept of maintaining controls properties
under postback implementation.it can be implemented in the
form of hidden field.

Is This Answer Correct ?    1 Yes 0 No

what is view state..

Answer / rajeev

it is the internal structure, automatically retains value
of the controls in the hidden fields on the page.

Is This Answer Correct ?    1 Yes 1 No

what is view state..

Answer / kalpana reddy

It is the process of maintaing controls data under postback
implimentation.It can be implimented by using Hidden field.

Is This Answer Correct ?    0 Yes 0 No

what is view state..

Answer / sudheekar reddy

Viewstate is provided as a concept and also as an object.
in ASP.NET al controls that require state to retain their
values during round trips are implicitly maintained by
ASP.NET.
When client makes a request for a page, asp.net process
the page at server and gets the processed results. These
results r concatenated into one string. The string is
converted into base64 encoding format and stored in a
HIDDEN FIELD, which is called VIEWSTAT.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

can any one tell about web services?

5 Answers  


How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float

2 Answers   CA, Microsoft,


How do you remove duplicates without using remove duplicate stage?

0 Answers  


You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?

15 Answers   INDUS,


What happens if an ASP.NET server control with event-handling routines is missing from its definition?

0 Answers   MindCracker,


How do you add a javascript function for a link button in a datagrid?

2 Answers   Microsoft,


What are the advantages of Web API?

0 Answers  


Explain the significance of routing? : asp.net mvc

0 Answers  


In asp.net 3.5 we can go one page to onther page without using statemanagment concept?

1 Answers   ANR, Google, TCS,


What is use of <% %> in asp.net?

0 Answers  


How can we Validate a Controls in ASP.NET page using JavaScript?

0 Answers   QuestPond,


What is validation in asp.net?

0 Answers  


Categories