private void btnQuickReOrder_Click(object sender, EventArgs e) { string tempTestTypeId = grdTestData.GetValue("TestType_ID").ToString(); var f = new frmQuickReorderTestSequence(); f.TestTypeId = tempTestTypeId; f.ShowDialog(); LoadTestData(); }