ClientScriptManager.ValidateEvent Method (String)

 

Validates a client event that was registered for event validation using the RegisterForEventValidation method.

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

member ValidateEvent : 
        uniqueId:string -> unit

Parameters

uniqueId
Type: System.String

A unique ID representing the client control generating the event.

.NET Framework
Available since 2.0
Return to top
Show: