protected void gv_RowDataBound(object sender, GridViewRowEventArgs e)
    {
        e.Row.Cells[2].Attributes.Add("onclick", "return confirm('确定删除吗?');");
    }
posted on 2006-11-16 09:44  阿米  阅读(2347)  评论(1编辑  收藏  举报