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, 10 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; } }
https://examin8.com Test

Related Questions

Draw the flow chart.
  • 0 answers
Symbols are basically of
  • 1 answers
Python programming
  • 2 answers
What is database system
  • 2 answers
Ch 1check point
  • 0 answers
Define networking with two examples
  • 1 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