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" })