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}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace