ClientScriptManager::RegisterForEventValidation Method

 

Registers an event reference for validation.

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

NameDescription
System_CAPS_pubmethodRegisterForEventValidation(PostBackOptions^)

Registers an event reference for validation with PostBackOptions.

System_CAPS_pubmethodRegisterForEventValidation(String^)

Registers an event reference for validation with a unique control ID representing the client control generating the event.

System_CAPS_pubmethodRegisterForEventValidation(String^, String^)

Registers an event reference for validation with a unique control ID and event arguments representing the client control generating the event.

Return to top
Show: