The Radio Button control is used when you want the user to select only one option from the available choices .
Important Properties of a Radio Button control
Events :
CheckedChanged: This Event is fired when Checked status of the Radio button control is changes
Important Properties of a Radio Button control
- Checked :This is a boolean property that is used to check if the Radio button is check or not
- Text : Get or set the Tex associated with The radio button control
- Text Align: On which side of the radio button text should appear either left side or right side
- AutoPostBack: This is a flag. if it set to be true then after the Checked Changed the form is immediately is submitted to the server for processing
- Group Name: By default ,the individual radio button selections , are mutually exclusive ,if you have group of buttons ,and if you want to the selections among the group to be mutually exclusive then use the same group name for all the radio buttons control
Events :
CheckedChanged: This Event is fired when Checked status of the Radio button control is changes
No comments:
Write comments