5
Answers

allow only numeric value in razor textbox MVC5

Guest User

Guest User

2y
891
1

i want only numeric value enter in textbox, i am using this way but doesnt work

               @Html.TextBoxFor(i => i.pincode, new { @placeholder = "Pincode", @class = "txt-small", @maxlength = 6, @type = "number" })
 

Answers (5)