Ajax Controls Examples In Asp.net C#
I added AjaxControlToolkit version 7.1213 from nuget, and I have vs 2012 with.net 4.5I try to use calenderextender in my website like this when trying to debug the project I got the following errors: Error 1 The type 'System.Web.UI.ScriptManager' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.Error 2 The type 'System.Web.UI.ExtenderControl' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.and this is assemblies my Web.config and this is controls in web.config and the target frame work is 3.5any idea???