AjaxPro.Utility.RegisterTypeFo ... [英] AjaxPro.Utility.RegisterTypeFo...

查看:93
本文介绍了AjaxPro.Utility.RegisterTypeFo ...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的项目中,我发现这条线经常使用。我试图在谷歌搜索,但没有得到我能读到的确切链接。



你能帮我理解这个吗?



In my project i found this line often used. I tried to search in google but didnot get the exact link where i can read about this.

Can you help me understanding this ?

public partial class Shuttle_AdminShuttle : System.Web.UI.Page
{
    private int intRoleId;
    public string User_ID = null;
    protected void Page_Load(object sender, EventArgs e)
    {
        intRoleId = Convert.ToInt32(Session[TMS.Common.CommonConstants.CONST_ROLE_ID]);
        AjaxPro.Utility.RegisterTypeForAjax(typeof(Shuttle_AdminShuttle));













i want to understand this line 
 AjaxPro.Utility.RegisterTypeForAjax(typeof(Shuttle_AdminShuttle));

推荐答案

请参阅以下文章。



1. 使用Ajax进行ASP.NET验证 [ ^ ]

2. 使用AJAX消费Web服务的三种方法 [ ^ ]

3. 使用Ajax Professional.NET [ ^ ]

4. 如何开始的快速指南 [ ^ ]
Refer the following articles.

1. ASP.NET Validation using Ajax[^]
2. Three Ways to Consume Web Services with AJAX[^]
3. Using Ajax Professional.NET[^]
4. A quick guide how to start[^]


基本上我们通过寄存器实现ajax dll
basically we implement ajax through register that dll


这篇关于AjaxPro.Utility.RegisterTypeFo ...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆