一:引用命名空间: using AjaxPro;
二:Load事件下加载:
protected void Page_Load(object sender, EventArgs e)
{
Utility.RegisterTypeForAjax(typeof(IndexPage_DetectManageAllMain));
三:方法前加 [AjaxPro.AjaxMethod]
二:Load事件下加载:
protected void Page_Load(object sender, EventArgs e)
{
Utility.RegisterTypeForAjax(typeof(IndexPage_DetectManageAllMain));
三:方法前加 [AjaxPro.AjaxMethod]
1612

被折叠的 条评论
为什么被折叠?



