摘要:
JavaScript将汉字编码,编成符合网址的格式,类似于asp.net 的 UrlEncode(),UrlDecode() escape(),unescape() 阅读全文
posted @ 2008-08-22 14:13 刘政道 阅读(743) 评论(0) 推荐(0)
|
|||
|
摘要:
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)
摘要:
--取得可用容量 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)
摘要:
DetailView 使用下拉框 '> 正常 损坏 ... 阅读全文
posted @ 2008-08-18 16:36 刘政道 阅读(356) 评论(0) 推荐(0) |
|||