Thursday 20 September 2012

MVC-How to create readonly textbox in ASP.NET MVC3 Razor

@Html.TextBoxFor(m => m.cutomerId,new{@readonly="readonly"})

4 comments: