Infragistics® NetAdvantage® for ASP.NET (CLR 2.0)
About WebDateTimeEdit


Glossary Item Box

The WebDateTimeEdit™ control is an ASP.NET server control that provides date/time editing functionality in a Web form. The WebDateTimeEdit control can be styled using the Style object, or you can select a predefined style from the drop-down list off the StylePreset property.

Your end user can easily input data into the WebDateTimeEdit control by using the spin button functionality that is available. The images for the spin button can be customized to fit your particular look.

In addition, the WebDateTimeEdit control can be localized using the .NET framework CultureInfo class to specify a particular culture, allowing you to easily localize a Web form that uses WebDateTimeEdit to any culture for an end user.

The WebDateTimeEdit control has several client-side events that you can use to increase performance in your Web form by avoiding a postback. Some examples of these events include TextChanged, ValueChange, Focus, Spin, etc.


Related Topic

WebDateTimeEdit Smart Tag