上一页 1 ··· 3 4 5 6 7

2007年6月4日

基础知识2

摘要: 默认值 允许的值 字段 private private internal... 阅读全文

posted @ 2007-06-04 07:21 小乔的闺房 阅读(143) 评论(0) 推荐(0) 编辑

使用FreeTextBox时,当将word中的文字直接复制到FreeTextBox中,再向数据库中提交的时候提示错误

摘要: 解决方法添加如下代码string strTemp = FreeTextBox1.Text.Replace("\"", "").Replace("'", "");Admin.SaveAnswer("", strTemp, ""); 阅读全文

posted @ 2007-06-04 07:14 小乔的闺房 阅读(313) 评论(0) 推荐(0) 编辑

GridView加入CheckBox实现当前页全选或反选

摘要: 反选 阅读全文

posted @ 2007-06-04 07:12 小乔的闺房 阅读(377) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7

导航