刘政道 - 应用程序框架

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

2008年8月22日

摘要: 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 刘政道 阅读(4920) 评论(0) 推荐(0) 编辑

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

posted @ 2008-08-22 08:29 刘政道 阅读(151) 评论(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 刘政道 阅读(571) 评论(0) 推荐(0) 编辑

2008年8月18日

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

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

摘要: DetailsView无法更新数据库,删除、编辑按钮没有反应 这个问题似乎很头疼,也没有什么好的办法, 只能删除SqlDataSource重新配置, 不行的话再删除DetailsView,重新配置。 阅读全文

posted @ 2008-08-18 16:33 刘政道 阅读(1121) 评论(1) 推荐(0) 编辑

上一页 1 ··· 31 32 33 34 35