刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

2008年8月22日

摘要: JavaScript将汉字编码,编成符合网址的格式,类似于asp.net 的 UrlEncode(),UrlDecode() escape(),unescape() 阅读全文

posted @ 2008-08-22 14:13 刘政道 阅读(743) 评论(0) 推荐(0)

摘要: protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e) { if (e.Row.RowType == DataControlRowType.DataRow) { LinkButton bt = new LinkButton(); bt = (LinkButton)e.Row.Cells[0].Fin... 阅读全文

posted @ 2008-08-22 11:38 刘政道 阅读(4951) 评论(0) 推荐(0)

摘要: SELECT DB_NAME(); 阅读全文

posted @ 2008-08-22 08:29 刘政道 阅读(161) 评论(0) 推荐(0)

2008年8月21日

摘要: --取得可用容量 IF OBJECT_ID (N'getAvailableVolume', N'P') IS NOT NULL DROP PROCEDURE getAvailableVolume; GO CREATE PROCEDURE getAvailableVolume @kuwei varchar(50) = NULL, @volume Decimal OUTP... 阅读全文

posted @ 2008-08-21 16:57 刘政道 阅读(581) 评论(0) 推荐(0)

2008年8月18日

摘要: DetailView 使用下拉框 '> 正常 损坏 ... 阅读全文

posted @ 2008-08-18 16:36 刘政道 阅读(356) 评论(0) 推荐(0)