ValidationDataType

ValidationDataTypeserializable

System.Web.UI.WebControls (system.web.dll)enum

This enumeration specifies the data type that is used for the CompareValidator and RangeValidator controls.

public enum ValidationDataType {    String = 0,    Integer = 1,    Double = 2,    Date = 3,    Currency = 4 }

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) ValidationDataType

Returned By

System.Web.UI.MobileControls.CompareValidator.Type, System.Web.UI.MobileControls.RangeValidator.Type, BaseCompareValidator.Type

Passed To

System.Web.UI.MobileControls.CompareValidator.Type, System.Web.UI.MobileControls.RangeValidator.Type, BaseCompareValidator.{CanConvert( ), Compare( ), Convert( ), Type}



ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net