hi
give example for how to fix width of html.editor
i gave like fallowing
@Html.EditorFor(model => model.Mrp, null, "dob", null)
if i give like above with getting fixed. but i done some caluculation on key up of each control
that is not working
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ravi KumarPosted Oct 17, 2014, 12:34 AM
Ramesh MaruthiPosted Oct 16, 2014, 11:03 AM
@Html.EditorFor(model => model.Mrp, null, new {@class ="dob"}, null)