The WebNumericEdit™ control is an ASP.NET server control that provides numeric editing functionality in a Web form. The WebNumericEdit 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 WebNumericEdit 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 WebNumericEdit 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 WebNumericEdit to any culture for an end user.
The WebNumericEdit 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.

