yinix

_Asp.net_Ajax

导航

2007年7月17日

摘要: 用如下函数验证数字的时候,在IE下面if (RegExp.test(num))每次都为TRUE,而在FireFox下面第一次为True,以后都为False function isNum(num){ if(num.length==0){ return false; } var RegExp=/^(... 阅读全文

posted @ 2007-07-17 11:31 yinix 阅读(1215) 评论(1) 推荐(0) 编辑

2007年7月6日

摘要: [源码下载] 系统地学习ASP.NET AJAX(9) - 客户端脚本编程(Sys.Net命名空间下的WebServiceProxy、WebServiceError、Generated Proxy Classes以及调用WebService、PageMethod) 作者: ... 阅读全文

posted @ 2007-07-06 17:10 yinix 阅读(835) 评论(0) 推荐(0) 编辑

2007年7月5日

摘要: 问题描述:在进行角色管理的时候,因为使用了updatepanel和在Login页面中设置了:FormsAuthentication.SetAuthCookie(user.UserName, this.RememberMe.Checked); 出现了以下的错误: [HttpException]: 服务... 阅读全文

posted @ 2007-07-05 16:53 yinix 阅读(4073) 评论(0) 推荐(0) 编辑

2007年6月26日

摘要: English Version: http://dflying.dflying.net/1/archive/104_c_basic_interview_questions.html 如果你的简历上面写“熟悉/了解C#”,那么你就应该能够回答下面的这些基础问题。我将给出自己的简要答案以供参考。欢迎讨论... 阅读全文

posted @ 2007-06-26 16:49 yinix 阅读(418) 评论(0) 推荐(0) 编辑

摘要: 作者:webabcd介绍学习一下Sys.Net命名空间下与web请求相关的类,WebRequestManager、WebRequest、WebRequestExecutor和XMLHttpExecutor关键1、Sys.Net.WebRequestManager Class ·add_complet... 阅读全文

posted @ 2007-06-26 15:52 yinix 阅读(685) 评论(0) 推荐(0) 编辑

摘要: 作者:webabcd介绍Sys命名空间是Microsoft AJAX Library的根命名空间。本文主要学习一下其中的Application类、CultureInfo类和StringBuilder类。关键1、Application Class ·init事件 - 脚本加载完毕,对象创建之前。 ·l... 阅读全文

posted @ 2007-06-26 15:45 yinix 阅读(710) 评论(0) 推荐(0) 编辑

2007年6月20日

摘要: 作者:webabcd介绍Sys.UI命名空间下包含与UI相关的类,像控件、事件和Microsoft AJAX Library里的UI属性之类的。快捷方法就是用简短的代码调用某个方法。关键1、Sys.UI.DomElement Class ·Sys.UI.DomElement.addCssClass(... 阅读全文

posted @ 2007-06-20 14:09 yinix 阅读(609) 评论(0) 推荐(0) 编辑

摘要: 介绍Sys.WebForms命名空间下的类都是与局部刷新相关的类。分别是PageRequestManager类以及与其相关的5个事件类:InitializeRequestEventArgs类、BeginRequestEventArgs类、EndRequestEventArgs类、PageLoadin... 阅读全文

posted @ 2007-06-20 14:07 yinix 阅读(876) 评论(0) 推荐(0) 编辑

摘要: 转自:http://blog.nwtbb.cn/article.asp?id=397# 快速预览:GridView无代码分页排序GridView选中,编辑,取消,删除GridView正反双向排序GridView和下拉菜单DropDownList结合GridView和CheckBox结合鼠标移到Gri... 阅读全文

posted @ 2007-06-20 13:20 yinix 阅读(805) 评论(1) 推荐(0) 编辑

2007年6月19日

摘要: I’ve compiled a nearly complete list of Ajax Frameworks and Libraries. I intend to test as many as I can and post the results here. (I’ll test the com... 阅读全文

posted @ 2007-06-19 19:08 yinix 阅读(513) 评论(0) 推荐(0) 编辑