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();
}
全站熱搜