Version

CausesValidation Property (UltraWebToolbar)

Determines whether the UltraWebToolbar causes ASP.NET page validation to occur on the client-side before a postback.
Syntax
'Declaration
 
Public Property CausesValidation As Boolean
public bool CausesValidation {get; set;}

Property Value

True when client-side validation is triggered by a postback, or False when client-side validation is being suppressed.
Remarks

By default, client-side page validation is performed when an UltraWebToolbar is about to post back. Therefore the default setting for the CausesValidation property is True.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also