Tagged Questions
1
vote
3answers
730 views
ASP.net - Using a jQuery datepicker in a custom control
I'm trying to use the jquery datepicker - http://jqueryui.com/demos/datepicker/ in a custom control (.ascx).
To enable the datepicker, I need to add the following script at the top for an input:
...