UI for ASP.NET MVC
The MaskedTextBox comes with predefined rules, which you can find here, however, you can easily modify them to suit you project’ needs.
You can subscribe to all MaskedTextBox events, such as Change, presented in the demo’s console log after interaction with the component.
Globalization makes sure that your application will work in multiple cultures and languages. You can easily configure the ASP.NET MVC MaskedTextBox component for various culture scenarios.
Right-to-left support is available for cultures where people read from right to left. You can satisfy any cultural preference with the ASP.NET MVC MaskedTextBox component by changing the alignment between left-to-right and right-to-left with only a few settings.