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

