| Class | Description |
|---|---|
| BaseCompareValidator | Serves as the abstract base class for validation controls that perform typed comparisons. |
| BaseValidator | Serves as the abstract base class for validation controls. |
| BasicDatePicker | Basic Date Picker is a professional cross-browser ASP.NET calendar web control. A quick loading DHTML calendar enables rapid, error free, date selection without the use of pop-up windows. Save development time and optimize user experience with this highly flexible, customizable control. |
| BDPLite | The BDPLite calendar date picker is FREE to use and redistribute within your web application, subject to terms of license agreement. Please visit http://www.basicdatepicker.com/bdplite/ for more information. |
| CompareValidator | Compares the value entered by the user into a date control with the value entered into another date control or a constant. |
| DateControlBase | Serves as the abstract base class for all BasicFrame.WebControls date and time controls. |
| DifferenceValidator | Validates the difference between two date control or a date control and a System.DateTime constant value. |
| IsDateValidator | Makes the associated date control a required field. |
| RangeValidator | Checks whether the date value supplied is within a specified range of dates. |
| RequiredFieldValidator | Makes the associated date control a required field. |
| SpecialDate | Represents a date in the SpecialDateCollection. |
| SpecialDateCollection | A strongly typed collection of SpecialDate objects. |
| SpecialDates | Web control that holds a collection of SpecialDate objects. Can be used in conjunction with other date controls like BasicDatePicker by setting the BasicDatePicker.SpecialDates property. |
| TimePicker |
| Enumeration | Description |
|---|---|
| ButtonPosition | |
| ClientTarget | Determines how control is to render. |
| DateFormat | Prepackaged date format options. See also DateFormat |
| DatePickerDisplayType | Determines how the combination of controls will be displayed. |
| NextPrevFormat | NextPrev (ie. arrows) navigation format. |
| ResourceLocationType | |
| TimePickerDisplayType | Gets or sets how the combination of controls will be displayed. |
| UpDownYearSelectorFormat | Up/Down (ie. plus and minus) navigation format. |