Interview Question in Asp.net 3.5
Interview Question :: How to get ASP.NET AJAX Control Toolkit running
I've been refering to this URL http://www.asp.net/AJAX/AjaxControlToolk... but the steps i was followed seems not working at all.
I would like to use the Calender feature, the coding is some sort like this,
<ajaxToolkit:Calendar runat="server" TargetControlID="Date1"
CssClass="ClassName" Format="MMMM d, yyyy"
PopupButtonID="Image1" />
Do you know where can I find a better explaination on this in the internet? Please give me some advice.
By the way, I'm using VS 2008 & .NET 3.5

Loading ...