-
SitePoint Enthusiast
Ajax Calendar Extender
I trying to use the Ajax calendar extender but the crap isn't doing anything. It isn't even throwing an error. What am I doing wrong?
_____________________________________________________________
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="textDate">
</cc1:CalendarExtender>
<asp:TextBox ID="textDate" runat="server" Columns="30" CssClass="contentAtt6"></asp:TextBox>
-------------------------------------------------------------------------
FYI, the update panel works ok, what is the deal with the calendar extender??
Thanks
-
You have assigned a target for the date value to go into but where is the control that "opens" your calander? Maybe look at
PopupButtonID="textDate"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks