How can I pick calendar control in asp.net MVC by using ajax for textbox for or Editor for
I tried
@Html.TextBoxFor(model => model.DateOfJoin, new {@id="txtdoj" })
$(function () {
$('#txtdoj').datepicker();
});
if we put like this means coming for editorfor and textboxfor not coming help me please...
6 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Saillesh PawarPosted Mar 11, 2016, 2:57 AM
Saillesh PawarPosted Mar 11, 2016, 12:10 PM
prathap kPosted Mar 11, 2016, 3:09 AM
Saillesh PawarPosted Mar 11, 2016, 2:58 AM
prathap kPosted Mar 11, 2016, 12:33 AM
Saillesh PawarPosted Mar 10, 2016, 10:25 AM