Skip to content

Instantly share code, notes, and snippets.

@aaryan79831014
Created April 12, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaryan79831014/17fb170dd982364533473fe2c32bfc11 to your computer and use it in GitHub Desktop.
Save aaryan79831014/17fb170dd982364533473fe2c32bfc11 to your computer and use it in GitHub Desktop.
Allow only numbers in view with jquery enabled
[RegularExpression("([1-9][0-9]*)", ErrorMessage = "Enter only numeric number")]
public int Amount { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment