
AJAX
selfxd
拿什么去创造美好的明天!!!
展开
-
字符串编码(C#)
private void EncodeName(string str) { string strGB2312=System.Web.HttpUtility.UrlEncode(str,System.Text.Encoding.GetEncoding("GB2312")).ToUpper(); string DecodeGB2312=Sy原创 2007-07-03 13:26:00 · 1429 阅读 · 0 评论 -
10个你必须用到Ajax的地方
10个你必须用到Ajax的地方作者:Alex Bosworth 创作时间:2005-12-01译者:benjaminz@eyou.com 翻译时间:2007-03-13原文地址:http://www.sourcelabs.com/blogs/ajb/2005/12/10_places_you_must_use_ajax.html转载 2007-05-10 17:59:00 · 952 阅读 · 1 评论 -
Sys.ArgumentOutOfRangeException: Value must be an integer.
在Asp.net AJAX 1.0 RTM版中,使用FrameSet或Iframe时,frame或iframe的frameborder属性应使用1 或 0,如:frameborder="0"而不能使用yes 或 no,如:frameborder="no" 否则AJAX 1.0会出现如下脚本错误:Sys.ArgumentOutOfRangeException: Value must原创 2008-07-30 17:41:00 · 1452 阅读 · 0 评论 -
Ajax无刷新实现定时更新数据
1、引用 ajax.dll 实现走动时间显示来查看效果前台代码 //定时更新时间 function refresh() { var div = document.all("divTime"); var strTime = Default1.GetAllOn原创 2008-06-05 17:21:00 · 2311 阅读 · 0 评论