Home »
MCQs »
ASP.Net MCQs
Which of the following event is triggered on selection change for ASP.NET CheckBox control?
72. Which of the following event is triggered on selection change for ASP.NET CheckBox control?
- On Selection Changed
- Check Changed
- On Check Change
- None of the above
Answer: B) Check Changed
Explanation:
The "CheckChanged" event is used to trigger on selection change for ASP.NET CheckBox control.