2
Answers

Jquery Date Picker not working MVC

Rob

Rob

7y
138
1
Hi
I am trying to merge the datepicker code into my current project.
I have been trying to follow this example on using the date picker using MVC (You may tell I am new at this).
http://www.c-sharpcorner.com/uploadfile/0c1bb2/calendar-control-using-jquery-ui-in-asp-net-mvc-5/
All I am getting is a blank box. No date picker.
I created a new project to see if I can isolate what I am missing and cannot get that to work either. I even resorted to copying the code from the sample with no luck.
any help would be appreciated.
I have attached my source code. What am I missing?
Answers (2)
0
joakim wireen

joakim wireen

NA 149 0 15y

is it a web form or windows form? Did you apply the multiline paramenter to the textbox?

In web form click on the textmode property and select multiline. Or in windows form change multiline from false to true.