Thursday, 29 May 2014

MVC

How to set By Default value of Textbox using Razor control in mvc 3 , mvc 4 ?

  @Html.HiddenFor(Model => Model.Status,new { @Value = "Active" })


No comments:

Post a Comment

Thanks for comments.