NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseValidator.GetControlValidationValue

GetControlValidationValue method. Gets the validation value of the control named relative to the validator.

[Visual Basic]
Protected Function GetControlValidationValue( _
   ByVal name As String _
) As String
[C#]
protected string GetControlValidationValue(
   string name
);
[C++]
protected: String* GetControlValidationValue(
   String* name
);
[JScript]
protected function GetControlValidationValue(
   name : String
) : String;

Parameters

name
[To be supplied.]

See Also

BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace