Run Time Check Checkbox in Windows Application

Jayakumars
Posted by Jayakumars under ASP.NET AJAX category on | Points: 40 | Views : 1385
Run Time Check Checkbox in Windows Application
===============================================
checkBox1.Text = "Male";
checkBox2.Text = "FeMale";
checkBox1.Checked = true;
string ft= checkBox2.CheckState.ToString();

Comments or Responses

Login to post response