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