Asp Code
Thursday, 20 July 2017
Calender in Mvc
@model
MvcApplication1.Models.
ABCmodel
@{
ViewBag.Title =
"Calender"
;
}
@
using
(Html.BeginForm())
{
@
Html.TextBoxFor(model => model.Date,
new
{ @class =
"datefield"
, type =
"date"
})
}
In controller
public
ActionResult
Calender()
{
return
View();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment