为gridview添加删除提示。
摘要: protected void gv_RowDataBound(object sender, GridViewRowEventArgs e)
{
e.Row.Cells[2].Attributes.Add("onclick", "return confirm('确定删除吗?');");
}
阅读全文
posted @
2006-11-16 09:44 阿米 阅读(1427) |
评论 (14) 编辑
今天才发现ff不支持navigate。
摘要: 今天用firefox运行我的一个项目,突然发现很多地方不能跳转了。但是在ie下没有任何问题。。。。。
阅读全文
posted @
2006-11-01 11:25 阿米 阅读(441) |
评论 (1) 编辑