Featured On ...

asp.net

totalasp.co.uk

fuzzysoftware.com

devdex.com

123aspx.com

dotnetfreaks.com

411asp.net

and more ...

ValidatorEntryServerOnly

Full path

MadWidgets.Validation.ValidatorEntryServerOnly

Declaration

public abstract class ValidatorEntryServerOnly : ValidatorEntry

Hierarchy

Click on the selected class to view any properties or methods that may be accessible through an instance of this class through inheritance.

ValidatorEntryServerOnly

Overview

The ValidatorEntryServerOnly class is the base class for all validation entries that can be validated on the server only. This class is intended for extension purposes only as there are no ValidatorEntry classes extended from this class that are shipped with the ASP.NET Validation Package.

Constructors


Constructors

ValidatorEntryServerOnly

public ValidatorEntryServerOnly(string sMessage)

Creates a ValidatorEntryServerOnly object with a message.

ValidatorEntryServerOnly

public ValidatorEntryServerOnly(string sMessage, bool bNegate)

Creates a ValidatorEntryServerOnly object with a message and a negate value.

© 2002 - 2009 Copyright, Disclaimer and Privacy Statement