i cannot get the calendar to work even after all the examples i found online. it works when i run the preview from my development machine but when i upload it to the server it does not work.
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="AddProjectTask.aspx.vb" Inherits="CTiOnline4.AddProjectTask" %><%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"><meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1" /><link rel="stylesheet" href="styles.css" /><script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script><script src="script.js"></script></head><body><form id="form1" runat="server" style="border: thin solid #999999; background-color: #f9f9f9"><asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></asp:ToolkitScriptManager><td class="auto-style6" style="font-family: Arial; font-size: x-small; text-transform: uppercase; text-align: right;" colspan="2">
Expected Completion:</td><td class="auto-style11" style="vertical-align: middle; "> <asp:TextBox ID="ecdTxtBox" runat="server" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" Width="30%"></asp:TextBox><asp:CalendarExtender ID="CalendarExtender1" runat="server"
TargetControlID="ecdTxtBox" Format="yyyy-MM-dd"></asp:CalendarExtender></td>Not sure what I'm missing: I'm just trying to get a calendar selection that will format it by yyyy-MM-dd but i can't get the calendar to popup