System.Web.UI.ClientScriptManager.RegisterForEventValidation Method

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

Syntax

public void RegisterForEventValidation (string uniqueId, string argument)

Parameters

uniqueId
A unique ID representing the client control generating the event.
argument
Event arguments passed with the client event.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0