protected void btnOk_Click(object sender, EventArgs e) { TestHighManager.JudgingRadio(rdolistS1, r1, lblS1A, btnS1E); TestHighManager.JudgingRadio(rdolistS2, r2, lblS2A, btnS2E); TestHighManager.JudgingRadio(rdolistS3, r3, lblS3A, btnS3E); TestHighManager.JudgingRadio(rdolistS4, r4, lblS4A, btnS4E); TestHighManager.JudgingRadio(rdolistS5, r5, lblS5A, btnS5E); TestHighManager.JudgingJudge(rdolistJ1, j1, lblJ1A, btnJ1E); TestHighManager.JudgingJudge(rdolistJ2, j2, lblJ2A, btnJ2E); TestHighManager.JudgingJudge(rdolistJ3, j3, lblJ3A, btnJ3E); TestHighManager.JudgingJudge(rdolistJ4, j4, lblJ4A, btnJ4E); TestHighManager.JudgingBlank(b1, txtB11, lblB11A, btnB11E); TestHighManager.JudgingBlank(b2, txtB21, lblB21A, btnB21E); TestHighManager.JudgingBlank(b3, txtB21, lblB31A, btnB31E); TestHighManager.JudgingDesign(d1, btnanswer); btnOk.Enabled = false; }