Featured On ...

asp.net

totalasp.co.uk

fuzzysoftware.com

devdex.com

123aspx.com

dotnetfreaks.com

411asp.net

and more ...

ValidatorEntryPreset

Full path

MadWidgets.Validation.ValidatorEntryPreset

Declaration

public class ValidatorEntryPreset : ValidatorEntrySingleObject

Hierarchy

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

ValidatorEntryPreset

Overview

The ValidatorEntryPreset class is used to present a fixed message to the user without first being validated. Instances of this class are always invalid and will hence always show up in the validation summary. Also Validator.IsValid will always return false while one of these objects is present in the Validator control.

ValidatorEntryPreset objects are used internally to store error messages added arbitrarily to the Validator control.

Constructors


Constructors

ValidatorEntryPreset

public ValidatorEntryPreset(string sMessage)

Creates a ValidatorEntryPreset with a message.

ValidatorEntryPreset

public ValidatorEntryPreset(object o, string sMessage)

Creates a ValidatorEntryPreset based on the object o, with a message.

© 2002 - 2009 Copyright, Disclaimer and Privacy Statement