Last post Feb 13, 2014 04:29 AM by anuj_koundal
Member
125 Points
1071 Posts
Feb 13, 2014 04:08 AM|Smadhu|LINK
how to add ajax toolkit for calender control
120 Points
31 Posts
Feb 13, 2014 04:27 AM|Hiren Thesiya|LINK
hi,
you can download ajax toolkit for free.Then extract the library.
After doing this reffer following steps.
1)Open Visualstudio.
2)find the toolbox that contains controls. now right click on toolbox and select 'Add Tab'
3) then gives the tab name
4)on newly created tab ,right click and select 'choose Items'.
5) in pop up box you wil find '.Net Framework Component'
6) here locate the dll file that you have extracted 'AjaxControlToolkit.dll' add that dll an you are done.
now you can use calender control .
Contributor
7095 Points
1966 Posts
Feb 13, 2014 04:29 AM|anuj_koundal|LINK
Hi First of all you need to add refrence of AjaxControltoolkit to your website:
http://www.codingfusion.com/Post/3-Different-ways-to-add-AjaxControlToolkit-in-Asp
Then you can add like this:
<asp:TextBox runat="server" ID="txtEodDate" /> <ajaxToolkit:CalendarExtender ID="CalendarExtender_Date" runat="server" TargetControlID="txtEodDate"></ajaxToolkit:CalendarExtender>
Member
125 Points
1071 Posts
how to add ajax toolkit for calender control
Feb 13, 2014 04:08 AM|Smadhu|LINK
how to add ajax toolkit for calender control
Member
120 Points
31 Posts
Re: how to add ajax toolkit for calender control
Feb 13, 2014 04:27 AM|Hiren Thesiya|LINK
hi,
you can download ajax toolkit for free.Then extract the library.
After doing this reffer following steps.
1)Open Visualstudio.
2)find the toolbox that contains controls. now right click on toolbox and select 'Add Tab'
3) then gives the tab name
4)on newly created tab ,right click and select 'choose Items'.
5) in pop up box you wil find '.Net Framework Component'
6) here locate the dll file that you have extracted 'AjaxControlToolkit.dll' add that dll an you are done.
now you can use calender control .
Contributor
7095 Points
1966 Posts
Re: how to add ajax toolkit for calender control
Feb 13, 2014 04:29 AM|anuj_koundal|LINK
Hi First of all you need to add refrence of AjaxControltoolkit to your website:
http://www.codingfusion.com/Post/3-Different-ways-to-add-AjaxControlToolkit-in-Asp
Then you can add like this:
Asp .Net Tutorials | www.codingfusion.com
Bank IFSC Codes
Ajax Control Toolkit