行 55:         string p_id = GridView1.DataKeys[e.RowIndex].Value.ToString();行 56:         Response.Write(GridView1.DataKeys[e.RowIndex].Values);
行 57:         string province = ((TextBox)this.GridView1.Rows[e.RowIndex].Cells[0].Controls[0]).Text;