Protected Sub Clear_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Clear.Click
TextBox5.Text = ""
TextBox2.Text = ""
DropDownList4.Text = "Select an OS"
TextBox10.Text = ""
TextBox13.Text = ""
TextBox1.Text = ""
DropDownList1.Text = "Select an Option"
DropDownList2.Text = "Select an OS"
TextBox3.Text = ""
TextBox4.Text = ""
DropDownList5.Text = "Yes or No"
TextBox6.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
TextBox9.Text = ""
DropDownList10.Text = "Not Connected or Type"
TextBox11.Text = ""
TextBox12.Text = ""
DropDownList13.Text = "Yes or No"
TextBox14.Text = ""
End Sub
|