当前注册人数162855人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB   站内搜索 BBS讨论社区 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

Troubleshooting Partial Rendering Errors in ATLAS and ASP.NET 2.0

在ATLAS和ASP.NET 2.0处理部分传递错误源代码

2007年12月02日
C#, JScript, XML, HTML, Windows, .NET (.NET 2.0), ASP.NET, Win32, VS, AJAX
在ATLAS中,如果部分传递页面,你也许会遇到一些错误,如theForm._EVENTTARGET,_pendingCallbacks[...].async,Javascript的unknown error等等错误,本文将告诉你如何实现ICallbackEventHandler和IPostBackEventHandler接口,并处理它们。
相关知识

private void ClientScriptPlumbing()
{
    //Register other client functions
    Page.ClientScript.RegisterClientScriptBlock(this.GetType(), 
                                            "CommonScripts", @"
          function foo() {}
              ....
        "
       , true);
}

源代码原文下载:
Troubleshooting Partial Rendering Errors in ATLAS and ASP.NET 2.0 This article helps you resolve some common errors in ASP.NET 2.0 and ATLAS. In this article, I will try to help you troubleshoot a series of common errors when you implement the ICallbackEventHandler and IPostBackEventHandler interfaces. To be precise, for each error, I added a sample code to generate the problem and also necessary code that helps you to eliminate the problem:

源码图片

从本站下载附件及源代码(1个附件,已经成功下载9次)

最值得关注的外文源代码

Prototype Window
Atlas Tutorial: Creating an AJAX Scribble application
port scan with asp.net
Sample Application to Integrate Silverlight and ASP.NET AJAX
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论6次,此处显示最近2次评论! 查看所有评论

ginger  2009年05月07日
哦,可以!
lry  2008年09月03日
在ATLAS和ASP.NET 2.0处理部分传递错误源代码
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved   免责声明