Example of Default Functionalities in ASP.NET MVC Numeric Textbox Control
This sample demonstrates the default functionalities of the Numeric TextBox. Type a value in the input element to change the value dynamically, or press up/down arrow button to increase/decrease the value with a predefined step value.
The NumericTextBox component is used to get the number inputs from the user. The input values can be increased or decreased with a predefined step value.
In this demo, the default NumericTextBox is rendered with the percent and currency formats as specified in MSDN opens in a new tab
More information on the NumericTextBox instantiation can be found in the documentation section. documentation sectionopens in a new tab