ajax:提示类没有定义,一般是什么问题造成的
vs20031.1,引用了AjaxPro.dll,web.config也配置了<httpHandlers><add verb="POST,GET" path="AjaxPro/*.ashx" type="AjaxPro.AjaxHandlerFactory, AjaxPro"/>
</httpHandlers>
在后台也注册了AjaxPro.Utility.RegisterTypeForAjax(typeof(WebForm1));
到底是什么问题呢 --------------------编程问答-------------------- 学习 --------------------编程问答-------------------- --------------------编程问答-------------------- <add verb="POST,GET" path="ajax/*.ashx" type="Ajax.PageHandlerFactory, Ajax"/>
补充:.NET技术 , ASP.NET