I placed the SharePoint date picker control inside an update panel and when I click on the calendar it gives me this error:
Microsoft JScript runtime error: The value of the property 'clickDatePicker' is null or undefined, not a Function object
The control works outside the update panel without any issues. How do I make it work inside the panel?