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


Differnce between Control an View State



Differnce between Control an View State..

Answer / dev

View State are valid mainly during postbacks and
information is stored in client only. Viewstate are valid
for serializable data only. Moreover Viewstate are not
secured as data is exposed to client. although we can
configure page directive and machine key to make view state
encrypted. Where in case of session this is user specific
data that is stored in server memory . Session state is
valid for any type of objects. We can take help of session
through different web pages also.

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More ASP.NET Interview Questions

What symbol would you use to denote, the start of a code block in aspx views?

0 Answers   NA,


What are the media types of http requests and response?

0 Answers  


What is virtual directory in asp.net?

0 Answers  


how many databases and tables are uses in one project?

2 Answers  


what is the generics and where used generics in your project?

3 Answers   CTC,


How does asp net store session ids by default?

0 Answers  


How would you get ASP.NET running in Apache web servers - why would you even do this?

1 Answers   Siebel Systems,


State Management (viewstate, session etc)

2 Answers   Syntel,


How to publish website

1 Answers   Syntel,


What is the concept of view state in asp.net?

0 Answers  


What is the name of the base class that all web forms will be inherited?

7 Answers  


How cross page posting is done in Asp.net 2.0?

3 Answers  


Categories