I have a problem with Ajax calendar Extender . After pop up the calendar, even I go to another control the Calendar Popup is still visible
I want to hide it with out selecting any date.
My code:
<formid="form1"runat="server"><asp:ScriptManagerID="ScriptManager1"runat="server"></asp:ScriptManager><div><tablestyle="position: relative"><tr><tdstyle="width: 239px"><cc1:CalendarExtenderID="CalendarExtender1"runat="server"TargetControlID="txtbxCal" PopupButtonID="imgcal"Format="dd-MMM-yyyy"></cc1:CalendarExtender><asp:TextBoxID="txtbxCal"runat="server"></asp:TextBox><imgid="imgcal"height="12" width="12"runat="server"src="topbg.jpg"/><br><asp:TextBoxID="txtbxCalTo"runat="server"></asp:TextBox></td></tr></table></div></asp:UpdatePanel></form>