C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
4
Reply
What are the Benefits of ViewState?
Ajeet Mishra
10y
840
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
viewstate is used for rollback data
Mukesh Kumar
8y
0
Viewstate ensures security because it stores the data in encrypted format.
Keerthi Venkatesan
9y
0
No server resources are required. The values in view state are hashed, compressed, and encoded, thus representing a higher state of security than hidden fields It is good for caching data in Web frame configurations because the data is cached on the client Simple to use and after page unload viewstate data automatically destroy.
Ashish Srivastava
9y
0
No server resources are required. The values in view state are hashed, compressed, and encoded, thus representing a higher state of security than hidden fields It is good for caching data in Web frame configurations because the data is cached on the client Simple to use.
Ajeet Mishra
10y
0
What are the different management objects available with Client & Server Side Stage Management ?
How to Pass values between pages?
Message