Ami的Blog
天道酬勤~~~
博客园
首页
新随笔
新文章
联系
管理
订阅
随笔- 193 文章- 0 评论- 96
2006年11月16日
为gridview添加删除提示。
摘要: protected void gv_RowDataBound(object sender, GridViewRowEventArgs e)
{
e.Row.Cells[2].Attributes.Add("onclick", "return confirm('确定删除吗?');");
}
阅读全文
posted @ 2006-11-16 09:44 阿米 阅读(1938) 评论(1)
编辑
公告