Hi,
I have to added a CalendarExtender to a textbox in my view.aspx, I have included the AJAX control tool kit to my project by running the “Install-Package AJAXControlToolkit” command on pakage manager consol and i have also included following code to the code behind:
if (DotNetNuke.Framework.AJAX.IsInstalled())
{
DotNetNuke.Framework.AJAX.RegisterScriptManager();
}
But when I run the project and select on the textbox nothing happen, I am not getting any error to follow? Does anyone know why CalendarExtender won’t work in dnn6?
I am using visual studio 2010, .net 3.5 and dnn6.
I would appreciate the help in advance.
Thanks,