Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to display the calendar with out using ajax because i don't have the tool kit installed.
can any body help me.....


C#
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>

<asp:TextBox ID="TextBox1" runat="server" Width="200px"></asp:TextBox>

<asp:Image ID="Image1" runat="server" ImageUrl="images/Calendar.png" /> 
<ajaxToolkit:CalendarExtender 
    CssClass="cal_Theme1" 
    ID="CalendarExtender1" 
     runat="server" 
    PopupButtonID="Image1"
    PopupPosition="Right"
    TargetControlID="TextBox1">
</ajaxToolkit:CalendarExtender>
Posted
Updated 6-Dec-11 19:10pm
v2

You need to download and add this to your toolbox in visual studio before using ajax control toolkit. Download here:

http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/[^]

Regards,
Eduard
 
Share this answer
 
Comments
Member 8388026 8-Dec-11 4:01am    
i want to do it with out the ajax control can i do it.
You should be download ajax control toolkit, and install in your system, then You can use this service.
 
Share this answer
 
Comments
Member 8388026 8-Dec-11 4:01am    
i want to do it with out the ajax control can i do it.
hi
download ajaxtoolkit and use it

http://ajaxcontroltoolkit.codeplex.com/[^]
 
Share this answer
 
Comments
Member 8388026 8-Dec-11 4:01am    
i want to do it with out the ajax control can i do it.
If you use CalendarExtender of ajaxToolKit,You shoul need to download and install ajaxtoolkit.
Ajax Clander
Download

OtherWise you can choose other options like ASP.Net calaender.
 
Share this answer
 
Comments
Member 8388026 8-Dec-11 4:01am    
i want to do it with out the ajax control can i do it.
hi
here's the link where u can download AjaxToolkit and i believe there's lot of website offers AjaxToolkit.


http://ajax-toolkit.fyxm.net/[^]

it is easy to install, just drag the ddl in toolbox then its done, don't make ur life a hell...


hope it helps

have a smile ;)

thanks..
 
Share this answer
 
Comments
Member 8388026 8-Dec-11 4:01am    
i want to do it with out the ajax control can i do it.

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