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