Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi
I'm using VisualStudio 2005
and i have AjaxControlTookKit 1.0 version

this is the register in MasterPage
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
and
<cc1:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">


and child page

<cc1:CalendarExtender ID="CalendarExtender2" runat="server" TargetControlID="ttdate">

<asp:TextBox ID="ttdate" runat="server">

the project is running without any bugs. but m not getting calander at the time of running the page.

Please help me in this...
Posted
Comments
Mohd Wasif 25-May-11 7:14am    
You haven't set format of calender.

<cc1:CalendarExtender ID="CalendarExtender2" Format="dd/MM/yyyy" runat="server" TargetControlID="ttdate">

1 solution

hi,,

i had the same problem few months before .. may it is the problem of Update panel or you can have simple java script calender.. i solved my problem with java script calender
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900