1
Reply

What you can do by use view state?

Nilesh Avhad

Nilesh Avhad

10y
1.1k
0
Reply

    1) Keep values between postbacks without storing them in session state or in a user profile. 2) Store the values of page or control properties that you define. 3) Create a custom view state provider that lets you store view state information in a SQL Server database or in another data store.