闲坐敲棋

有约不来过夜半,闲敲棋子落灯花

导航

2009年3月29日

摘要: /// /// 合并单元格 /// /// 要合并单元格的表单 /// 判断的列 /// 要合并的列 public static void DoUniteGroupRowsGrid(GridView gridView, int[] ArryJudgeCell, int[] ArryCellNum) { int i = 0... 阅读全文

posted @ 2009-03-29 16:22 闲坐敲棋 阅读(651) 评论(0) 推荐(0)

摘要: set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER TRIGGER [Trigger_Insert] ON [dbo].[表名] After INSERT AS BEGIN declare @id int,@pid varchar(16),@temppid varchar(16) --从Inserte... 阅读全文

posted @ 2009-03-29 10:10 闲坐敲棋 阅读(295) 评论(0) 推荐(0)

摘要: 当在前台 JS中 更新 不可用输入框(TextBox.Enable ="false" or Input box ReadOnly ="True")的值时,后台可能得不到 更新后的值 可设置输入框 属性 ForeColor="gray" ( 字体颜色为 灰色)contentEditable="false" (输入框不可输入) 后台就可以得到 不可用输入框的值了 阅读全文

posted @ 2009-03-29 10:02 闲坐敲棋 阅读(505) 评论(1) 推荐(0)