The value associated with the specified input control.
Use the BaseValidator.GetControlValidationValue(string) method to get the value associated with the specified input control, regardless of the control type. For example, you can use this method to get the value in a System.Web.UI.WebControls.TextBox control, as well as the value of the selected item from a System.Web.UI.WebControls.ListBox control. If the specified control cannot be found, null is returned.
This method is used primarily by control developers.