Here Mudassar Khan has explained with an example, how to perform AlphaNumeric TextBox validation i.e. allow only Alphabet and Number characters on Client Side using Data Annotation and jQuery in ASP.Net Core Razor Pages.
The AlphaNumeric TextBox validation i.e. allow only Upper Case and Lower Case Alphabet and Number (Digits) characters validation will be performed using Regular Expression (Regex).
↧