@model MvcTestAbhi.Models.Abhi
@{
ViewBag.Title = "INSERT";
}
INSERT
@using (Html.BeginForm("INSERT1", "MVC", FormMethod.Post))
{
@ViewBag.ApprovalNO
@Html.LabelFor(a=>a.ApprovalNO) | @Html.TextBoxFor(x=>x.ApprovalNO) |
@Html.LabelFor(a=>a.EstablishmentName) | @Html.TextBoxFor(x=>x.EstablishmentName) |
@Html.LabelFor(a=>a.OfficeRegion) | @Html.TextBoxFor(x=>x.OfficeRegion) |
@Html.LabelFor(a=>a.EstablishmetAddress) | @Html.TextBoxFor(x=>x.EstablishmetAddress) |
@Html.LabelFor(a=>a.DateOfExpiry) | @Html.TextBoxFor(x=>x.DateOfExpiry) |
@
}
I want to use J query datpicker in DateOfExpiry Texbox. Please help me.

Ramesh PalanivelPosted Apr 20, 2017, 7:14 AM
abhishek singhPosted Apr 20, 2017, 7:10 AM
Ramesh PalanivelPosted Apr 20, 2017, 6:00 AM