• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

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.

DEMO
SOURCE
Numeric TextBox
Percentage TextBox
Currency TextBox

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

More information on the NumericTextBox instantiation can be found in the documentation section. documentation section