GetValue Method

The GetValue method gets the value of the control field from the DOM. If multiple instances of the control exist, then the index parameter is used to identify the value of the particular control that is needed. It uses the following syntax:

GetValue(index) 
  • Where index is a numerical value representing the row number of the DOM element of the control that is required.