ViewState data is stored in the hidden field. When the page is submitted to the server the data is sent to the server in the form of hidden fields for each control. If th viewstate of the control is enable true the value is retained on the post back to the client when the page is post backed.
Subscribe to:
Post Comments (Atom)
-
Module Tester Sub Main () Dim firstNumber, secondNumber As String Dim number1, number2, sumOfNumbers As Intege...
-
Option Explicit Off Module Module1 Sub Main () EmployeeName = "Buddy Jamsa" EmployeePhoneNumber = ...
-
Module Module1 Sub Main () Dim AnInt As Integer = 5 Dim ALong As Long = 7 ALong = AnInt 'ca...
No comments:
Post a Comment