Good day,
I've been trying to run ASPNET AJAX for almost the whole day now but seems like its not working for me.
Im using Visual Studion 2005, MS SQL SERVER 2005. Is ASPNET AJAX Q1 2009 compatible with VS2005?
I already fallowed instructions from this document: "Adding RadControls for ASP.NET AJAX to an existing application"
http://www.telerik.com/help/aspnet-ajax/adding%20radcontrols%20prometheus%20to%20an%20existing%20application.html
Already installed ASP.NET AJAX and Configured my webconfig.
I've added ScriptManager and RadAjaxManager to my Masterpage and this error showed up.
Error 147 Type 'System.Web.UI.ScriptManager' is not defined.
on my Masterpage.master.designer.vb the
Thanks in advance,
Ian
I've been trying to run ASPNET AJAX for almost the whole day now but seems like its not working for me.
Im using Visual Studion 2005, MS SQL SERVER 2005. Is ASPNET AJAX Q1 2009 compatible with VS2005?
I already fallowed instructions from this document: "Adding RadControls for ASP.NET AJAX to an existing application"
http://www.telerik.com/help/aspnet-ajax/adding%20radcontrols%20prometheus%20to%20an%20existing%20application.html
Already installed ASP.NET AJAX and Configured my webconfig.
I've added ScriptManager and RadAjaxManager to my Masterpage and this error showed up.
Error 147 Type 'System.Web.UI.ScriptManager' is not defined.
on my Masterpage.master.designer.vb the
Protected
WithEvents ScriptManager1 As Global.System.Web.UI.ScriptManager
has error.. What did I miss?..
Thanks in advance,
Ian