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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Why session is used in asp.net?

1066


What are merge modules?

1071


Is asp.net a programming language or framework?

1049


What is windows active directory authentication?

1103


What are the advantages of using session?

940


What are the features that make asp.net more used framework? : asp.net mvc

1057


What are the disadvantages of using session?

1170


What is the difference between Hash table and Array list?

942


Explain asp.net page life cycle?

1136


What is a 404 redirect?

1098


What is session start?

1013


What is base class of button control in .net?

1054


From which base class all web forms are inherited?

1036


Can you set the session out time manually?

930


How to unit test Web API?

1252