修改MVC3表单中的htmlhelper控件值
摘要:今天在开发中遇到了在JS中修改MVC3表单控件值的一个问题,表单控件如下@Html.TextBoxFor(m => m.LeftTop.Logitude, new { @id = "txtLeftLon", @style = "width:175px;", @class = "easyui-numberbox", @required = "true", @validType = "minNumber", precision = "6", @maxlength = &qu
阅读全文