protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
    {
        GridViewRow row = ((Button)e.CommandSource).Parent.Parent as GridViewRow;
        string strIsPay = ((Label)row.Cells[6].FindControl("Label8")).Text.Trim();
    }


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

    歡迎~ 程式設計 學生 作業 專題製作 程式外包 家教...

    Roger 發表在 痞客邦 留言(1) 人氣()