GridView绑定空表提示
摘要:
当查询结果为空时,不弹出提示,而是直接绑定空表,空表下第一列是说明,代码: //如果没有查询到结果,则绑定一个空表,并给出提示 if (ds.Tables[0].Rows.Count == 0) { //先给空表添加一新行 ds.Tables[0].Rows.Add(ds.Tables... 阅读全文
posted @ 2008-11-24 19:27 袁 阅读(316) 评论(0) 推荐(0) 编辑
posted @ 2008-11-24 19:27 袁 阅读(316) 评论(0) 推荐(0) 编辑
posted @ 2008-11-24 15:50 袁 阅读(705) 评论(0) 推荐(1) 编辑