Thursday, 29 May 2014

MVC

How to focus on Textbox, TextArea and make it ReadOnly using Razor control in mvc 3 , mvc 4 ?

@Html.TextAreaFor(modelItem => item.Title, new { autofocus="" , @readonly="readonly"  }) 

No comments:

Post a Comment

Thanks for comments.