旮旯轩

集中精力,下定决心,永不放弃
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Asp.Net

摘要:1、使用javascript函数:<ItemTemplate><asp:HyperLinkID="EditLink"Runat=serverNavigateUrl='<%#"javascript:edit(escape(\""+DataBinder.Eval(Container.DataItem,"subcid")+"\"))"%>'ImageUrl="image/e... 阅读全文

posted @ 2008-01-15 16:21 在下刚哥 阅读(902) 评论(0) 推荐(1)

摘要:Fckeditor在.net下用验证控件问题 阅读全文

posted @ 2007-10-03 11:28 在下刚哥 阅读(498) 评论(2) 推荐(1)

摘要:前提:注册web.config中configSections | <system.web> | <pages> | <controls> 中 <add tagPrefix="asp" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/> <add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" a 阅读全文

posted @ 2007-10-01 10:56 在下刚哥 阅读(379) 评论(0) 推荐(0)

摘要:status状态值长整形标准http状态码,定义如下: Number Description100 Continue101 Switching protocols200 OK201 Created202 Accepted203 Non-Authoritative Information204 No Content205 Reset Content206 Partial Content300 Multiple Choices301 Moved Permanently 302 Found303 See Other304 Not Modified305 Use Proxy307 Temporary 阅读全文

posted @ 2007-08-24 21:12 在下刚哥 阅读(622) 评论(0) 推荐(0)

摘要:readyState的五种状态对于readyState的五种状态的描述或者说定义,很多Ajax书(英文原版)中大都语焉不详 在《Pragmatic Ajax A Web 2.0 Primer 》中偶然看到对readyStae状态的介绍,感觉这个介绍很实在…… 比较理想的解释方法应该以“状态:任务(目标)+过程+表现(或特征)”的表达模式来对这几个状态进行定义 【全文】在《Pragmatic Ajax A Web 2.0 Primer 》中偶然看到对readyStae状态的介绍,感觉这个介绍很实在,摘译如下... 阅读全文

posted @ 2007-08-22 10:17 在下刚哥 阅读(709) 评论(0) 推荐(0)