ServerValidateEventArgs::Value Property

 

Gets the value to validate in the custom event handler for the ServerValidate event.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ Value {
	String^ get();
}

Property Value

Type: System::String^

The value to validate in the custom event handler for the ServerValidate event.

Use the Value property determine the value to validate in the custom event handler for the ServerValidate event. Notice that you cannot programmatically change this value.

The following example demonstrates how to use the Value property to determine the value to validate.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: