Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Star
8728 Points
1847 Posts
Microsoft
Jan 25, 2007 11:01 PM|LINK
The following page works fine for me in IE7 and IE6. What about you? If it breaks, what browser are you using?
<%@ Page Language="C#" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Sample Page</title> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <asp:TextBox ID="TB" runat="server" /> <ajaxToolkit:CalendarExtender ID="C" runat="server" TargetControlID="TB" /> <br /> <asp:DropDownList runat="server"> <asp:ListItem Text="Item" /> </asp:DropDownList> </form> </body> </html>
David Anson
Star
8728 Points
1847 Posts
Microsoft
Re: How do I get the CalendarExtender to show over a dropdown?
Jan 25, 2007 11:01 PM|LINK
The following page works fine for me in IE7 and IE6. What about you? If it breaks, what browser are you using?
<%@ Page Language="C#" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolkit" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Sample Page</title> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <asp:TextBox ID="TB" runat="server" /> <ajaxToolkit:CalendarExtender ID="C" runat="server" TargetControlID="TB" /> <br /> <asp:DropDownList runat="server"> <asp:ListItem Text="Item" /> </asp:DropDownList> </form> </body> </html>http://dlaa.me/
http://blogs.msdn.com/b/delay/
This posting is provided "AS IS" with no warranties, and confers no rights.