AJAX Calendar Extender
Monday, October 22nd, 2007If you are going to use the AJAX Toolkit Calendar Extender you are going to have to place runat=”server” in the head tag. The control evidentally has to place stuff in the tag during the server process.
<head runat="server">
I hope this helps.