Hi All, I am trying to get the AjaxControlToolkit Calendar object to populate on an aspx page within firefox (latest build) . My environment consists of .net 3.5, vs 2010, and vista latest sp.
Here is the code I am executing:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<ajaxToolKit:CalendarExtender ID="TextBox1_CalendarExtender" runat="server"
Enabled="True" TargetControlID="TextBox1">
</ajaxToolKit:CalendarExtender>
EDIT
By populate I mean display with data. At the moment it doesn't even show up, I am exploring other packages to use at the moment because I am on a schedule. I will look into posting more code up.
Additional code: http://pastebin.com/m59d8392e