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 發表在 痞客邦 留言(1) 人氣()