views:

211

answers:

2

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

+2  A: 

I had an issue somewhat similar to this a while back and asked the below question. The answer was to ensure that a doctype definition existed at the top of the document. Try it out and see if it fixes your issue.

http://stackoverflow.com/questions/958555/calendarextender-positioning-problem

Kyle Trauberman
I appreciate the link however it did not rectify the issue
Woot4Moo
Worth a shot. :)
Kyle Trauberman
A: 

Did you solve the problem?

rebor
not on that box. It works just fine on Windows 7 and Server 2003/2005/2008 though.
Woot4Moo