protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
Button delBtn = e.Row.FindControl("del_btn") as Button;
delBtn.OnClientClick = "return confirm('您確定要刪除【"+e.Row.Cells[4].Text+"】的這筆記錄嗎?')";
}
}

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 ylw1125 的頭像
    ylw1125

    程式搜集分享精靈

    ylw1125 發表在 痞客邦 留言(0) 人氣()