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


view state data is stored in which format?

Answers were Sorted based on User's Feedback



view state data is stored in which format?..

Answer / venu gopal ch

ViewState will be rendered as HTML Hidden field with
encryption of data inside it

Is This Answer Correct ?    34 Yes 0 No

view state data is stored in which format?..

Answer / aravind

It is stored in client side.
It is stored in an encrypted format.

Is This Answer Correct ?    32 Yes 6 No

view state data is stored in which format?..

Answer / charan

ViewState Data is stroed in Base64 encoded format.

Is This Answer Correct ?    21 Yes 1 No

view state data is stored in which format?..

Answer / raj

viewstate is the client side state management.every server
control has a view state .we can assign a property named
Enableviewstate to every server control and setting the
property to true,the viewstate will be enabled and hence
the values of the control will be stored as encrypted
format whenever the page is postback from the server again
and again.

Is This Answer Correct ?    22 Yes 4 No

view state data is stored in which format?..

Answer / nalin

View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.

Is This Answer Correct ?    11 Yes 0 No

view state data is stored in which format?..

Answer / sachin garg

View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.

Is This Answer Correct ?    4 Yes 0 No

view state data is stored in which format?..

Answer / radhe shyam

view state is a client-side state management techniques,And
it is basically used to maintain value of all the controls
of a page.it store date in encrypted mode in client
browser.whenever you post view state data one page to
another page then it automically expire.

Is This Answer Correct ?    3 Yes 0 No

view state data is stored in which format?..

Answer / g.jaipalreddy

variables are stored in the browser.
viewstate can hold only string data or serialisable objects

Is This Answer Correct ?    10 Yes 9 No

view state data is stored in which format?..

Answer / prabhakar pandey

View state is stored in the client in the form of a hidden
control called “__VIEWSTATE”. Here by client I mean the
rendered aspx pages in the browser. If view state property
is set to true then ASP.NET automatically adds a hidden
field/control by the name “__VIEWSTATE” and stores the
information related to the state of the page in an encrypted
format.it is called before the load event and saved between prerender and render event.

Is This Answer Correct ?    1 Yes 0 No

view state data is stored in which format?..

Answer / kiran

in HTML hidden Fields

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

what are the ways to improve performance in .net application?

7 Answers   Mind Tree,


Caching techniques in .NET ?

1 Answers   Microsoft,


Can we throw exception from catch Block?

9 Answers   Accenture, IBM,


List of interview questions collections at www.dpoint.weebly.com

2 Answers   IBM,


What is the syntax for datagrid and specifying columns ?

2 Answers   Microsoft,


how can you bind data from dataset to XML file

2 Answers   LG Soft,


What is boxing?

8 Answers   IBM, Misys, Siebel Systems,


What is postback and autopostback in asp.net?

0 Answers  


What is the difference between and ActiveX dll and control ?

1 Answers   Microsoft,


What are the media types of http requests and response?

0 Answers  


Tell about WebService in Asp.Net?

5 Answers   Accenture, CTS,


What is the significance of proxy user?

0 Answers   MCN Solutions,


Categories