9 - ASP.NET RadioButton Control

Опубликовано: 06 Февраль 2026
на канале: easyaspnet
6,389
11

In this video we'll be talking about the RadioButton control. Radio buttons allow user to make one single choice among many available options. The radio buttons are mutually exclusive. RadioButton control must be in a group so you must supply a GroupName property. It also supports the AutoPostBack, Text and Checked properties. The default event is the CheckChanged event which is raised whenever the RadioButton is checked or unchecked