5
Answers

allow only numeric value in razor textbox MVC5

Photo of Guest User

Guest User

3y
918
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)