Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
I am using VS2005 . I tried all the above things but still I am not able to get the calendar extendar control to display after clicking on the Image button. Please check the below code including the Web.config file :


web.config :




<assemblies>
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Data.Services.Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Data.Services.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
        <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
        <add assembly="System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral,ublicKeyToken=31BF3856AD364E35" />
        <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </assemblies>


Asp Code :

div&gt;

<ajax:ToolkitScriptManager ID="ToolkitScriptManager1"  runat="server" />;
&lt;asp:TextBox ID="TextBox1" runat="server" /&gt;
&lt;asp:ImageButton ID="image1" runat="server" ImageUrl="~/calendar.gif" /&gt;

&lt;ajax:CalendarExtender ID="CalendarExtender1" TargetControlID="TextBox1" PopupButtonID="image1"  runat="server" Format="dd/MM/yyyy"&gt;



Please check the above code files and hope you people help me out in this issue.
Posted
Updated 29-Sep-11 0:47am
v2
Comments
sravani.v 29-Sep-11 6:47am    
What error ur getting?
Shankrayya R 29-Sep-11 6:56am    
i am not getting any error .. its executing succefully in browser... but after clicking on Image button i am not getting calendar window to select date. please help me with this ..
please check this screenshot :

Shankrayya R 29-Sep-11 8:09am    
M not getting any error message.. its executing successfully in the browser with no errors... but issue occurs after clicking on Image button... calendar will not display... even i tried with only Textbox and calendar extendor controls.. in that also calendar is not displaying after clicking in the Textbox..


1 solution

Please Provide Error details.Then only people will help u.
 
Share this answer
 

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



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