SharePoint DateTimeControl Not Showing inside Update Panel
Problem
Suspect that because date time control is located under update panel, and page didn’t manage to load in picker’s javascript.
Solution
<script type="text/javascript" src="/_layouts/datepicker.js"></script>
Just include the datepicker.js file explicitly on the page
Comments
Post a Comment