关于Ajaxpro的问题
我使用AjAxPro时,在page_load里注册Ajaxpro时Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
AjaxPro.Utility.RegisterTypeForAjax(typeof(_Default));
End Sub
typeof(_Default)报一个错误。说"_Default"是一个类型,不能用作表达式。
typeof()有两个参数type as system.sype,page as system.web.ui.page
谁能告诉我一下如何解决。
Ajaxpro.dll我已经引入到网站。