G
Guest
I applied the following Ajax code in my web page which has a calendar control
to keep my page from completely reloading everytime something was changed.
<atlas:ScriptManager ID="ScriptManager1" runat="server"
EnablePartialRendering="true"/>
<atlas:UpdatePanel runat="server" ID="UpdatePanel1" Mode="Conditional">
<ContentTemplate>
After inserting this code, my calendar stopped working in that if I clicked
on a date, nothing would display whereas before I inserted the Ajax code I
would get a programmatic response when clicking on a calendar date. I have
used this Ajax code in other webpages with different controls. But for some
reason, it invalidates any Java script code associated with the calendar
control. Has anyone else had this problem?
to keep my page from completely reloading everytime something was changed.
<atlas:ScriptManager ID="ScriptManager1" runat="server"
EnablePartialRendering="true"/>
<atlas:UpdatePanel runat="server" ID="UpdatePanel1" Mode="Conditional">
<ContentTemplate>
After inserting this code, my calendar stopped working in that if I clicked
on a date, nothing would display whereas before I inserted the Ajax code I
would get a programmatic response when clicking on a calendar date. I have
used this Ajax code in other webpages with different controls. But for some
reason, it invalidates any Java script code associated with the calendar
control. Has anyone else had this problem?