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
2
Reply
What is the use of viewstate?
Mallika
15y
4.7k
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
view state is used to store the data in a web page just same as hidden field but the data stored in the hidden field is just simple plain text but in the view state it is encrypted so it is some what more secure than hidden field
Harshit Vyas
15y
0
Web Forms pages provide the
ViewState
property as a built-in structure for automatically retaining values between multiple requests for the same page. View state is maintained asa hidden field in the page.
Mallika
15y
0
What are the events are fired before postback?
In asp.net,how to use both code behind code and java script to the same control?
Message