11 2006 档案
为gridview添加删除提示。
摘要: protected void gv_RowDataBound(object sender, GridViewRowEventArgs e) { e.Row.Cells[2].Attributes.Add("onclick", "return confirm('确定删除吗?');"); } 阅读全文
posted @ 2006-11-16 09:44 阿米 阅读(2370) 评论(1) 推荐(0)
一个不大注意的存储过程的小细节。
摘要:看下面这个存储过程 create proc pGetInforArticleDataBySearch@autoTypeCode as varchar(6),@autoFittingCode as varchar(3),@keyword as nvarchar(10)asbeginset @autoTypeCode='%'+@autoTypeCode+'%... 阅读全文
posted @ 2006-11-03 10:33 阿米 阅读(509) 评论(0) 推荐(0)
今天才发现ff不支持navigate。
摘要:今天用firefox运行我的一个项目,突然发现很多地方不能跳转了。但是在ie下没有任何问题。。。。。 阅读全文
posted @ 2006-11-01 11:25 阿米 阅读(708) 评论(1) 推荐(0)