2006年11月16日
摘要: 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) 编辑