No products in the cart.

Q1. Which of the following statements …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

Q1. Which of the following statements is not true. a. By default, all checkboxes are deselect.
  • 1 answers

Diksha Laniya 4 years, 6 months ago

Solution: bool isChecked = false; private void radioButton1_CheckedChanged(object sender, EventArgs e) { for (int i = 0; i < routeNamesListView.Items.Count; i++) { if (radioButton1.Checked) routeNamesListView.Items[i].Checked = true; else routeNamesListView.Items[i].Checked = false; } isChecked = radioButton1.Checked; } private void radioButton1_Click(object sender, EventArgs e) { if (radioButton1.Checked && !isChecked) radioButton1.Checked = false; else { radioButton1.Checked = true; isChecked = false; } }
http://mycbseguide.com/examin8/

Related Questions

Python programming
  • 2 answers
Draw the flow chart.
  • 0 answers
What is database system
  • 2 answers
Symbols are basically of
  • 1 answers
Define networking with two examples
  • 1 answers
Ch 1check point
  • 0 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App