SlideShare a Scribd company logo
1 of 10
ASP.NET
RadioButton Control
Department of Computer
WEB – GRADE 5
Lecturer. OMEED M. M
11/08/2021
Lecture 5
RadioButton Control
4/6/2022 Mr.Omeed M. M 2
RadioButton Control
- Radio Button control is used, when you want the user to
select only one option from the available choices.
- Radiobutton is used to allow user to select a single
radiobutton from group of radiobutton. In a asp.net
generally we use more than one radiobutton and select
only one radiobutton at a time from all the radiobutton
control.
4/6/2022 Mr.Omeed M. M 3
RadioButton Control
4/6/2022 Mr.Omeed M. M 4
Important Properties of the Radio Button Control
Checked - This is a boolean property, that is used to check if the
button is checked or not.
Text - This is string property used to get or set the text associated
with the radio button control
TextAlign - right or left. On which side of the radio button the text
should appear
4/6/2022 Mr.Omeed M. M 5
Important Properties of the Radio Button Control
AutoPostBack - Set this property to true, if you want the webform to
be posted immediately when the checked status of the radio button
changes.
Group Name - By default, the individual radio button selections, are
not mutually exclusive. If you have a group of radio buttons, and if
you want the selections among the group to be mutually exclusive,
then use the same group name for all the radio button controls.
4/6/2022 Mr.Omeed M. M 6
Methods of a RadioButton Control:
Focus - Set input focus onto the control.
4/6/2022 Mr.Omeed M. M 7
Event of the Radio Button Control
CheckedChanged - This event is fired when the checked status of the
radio button control is changed
4/6/2022 Mr.Omeed M. M 8
How to add RadioButton?
< asp:RadioButtonID="RadioButton1" runat="server" Text="Male" GroupNa
me="gender"/>
or
We have a toolbox in ASP.NET so first we need to drag the given ‘radiobutton’
control in the web form from the toolbox
4/6/2022 Mr.Omeed M. M 9
Any Questions?
4/6/2022 10
MR. OMEED M. MOHAMMED

More Related Content

Similar to Asp.net Radiobutton control

Android User Interface: Basic Form Widgets
Android User Interface: Basic Form WidgetsAndroid User Interface: Basic Form Widgets
Android User Interface: Basic Form Widgets
Ahsanul Karim
 
trafficaaaassignmentpresentationboo.pptx
trafficaaaassignmentpresentationboo.pptxtrafficaaaassignmentpresentationboo.pptx
trafficaaaassignmentpresentationboo.pptx
poodhood49
 
Abapdebuggingfrombasictoadvance 140214043218-phpapp01
Abapdebuggingfrombasictoadvance 140214043218-phpapp01Abapdebuggingfrombasictoadvance 140214043218-phpapp01
Abapdebuggingfrombasictoadvance 140214043218-phpapp01
IT TRAINER
 

Similar to Asp.net Radiobutton control (20)

FAST VP Step by Step Module 2
FAST VP Step by Step Module 2FAST VP Step by Step Module 2
FAST VP Step by Step Module 2
 
Fmea Innovator - Step by Step
Fmea Innovator - Step by StepFmea Innovator - Step by Step
Fmea Innovator - Step by Step
 
MPK Mini Keyboard Controller Quickstart Guide
MPK Mini Keyboard Controller Quickstart GuideMPK Mini Keyboard Controller Quickstart Guide
MPK Mini Keyboard Controller Quickstart Guide
 
Mackie control
Mackie controlMackie control
Mackie control
 
Android User Interface: Basic Form Widgets
Android User Interface: Basic Form WidgetsAndroid User Interface: Basic Form Widgets
Android User Interface: Basic Form Widgets
 
JMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeterJMeter JMX Script Creation via BlazeMeter
JMeter JMX Script Creation via BlazeMeter
 
Fadal Command Menus: User Manual
Fadal Command Menus: User ManualFadal Command Menus: User Manual
Fadal Command Menus: User Manual
 
Rdl modbus protocol testing tool
Rdl modbus protocol testing toolRdl modbus protocol testing tool
Rdl modbus protocol testing tool
 
trafficaaaassignmentpresentationboo.pptx
trafficaaaassignmentpresentationboo.pptxtrafficaaaassignmentpresentationboo.pptx
trafficaaaassignmentpresentationboo.pptx
 
Basic Debugging
Basic DebuggingBasic Debugging
Basic Debugging
 
Abapdebuggingfrombasictoadvance 140214043218-phpapp01
Abapdebuggingfrombasictoadvance 140214043218-phpapp01Abapdebuggingfrombasictoadvance 140214043218-phpapp01
Abapdebuggingfrombasictoadvance 140214043218-phpapp01
 
5733fa1b-0941-4593-87be-008a0054aa2a.ppt
5733fa1b-0941-4593-87be-008a0054aa2a.ppt5733fa1b-0941-4593-87be-008a0054aa2a.ppt
5733fa1b-0941-4593-87be-008a0054aa2a.ppt
 
ADS Presentation
ADS PresentationADS Presentation
ADS Presentation
 
MUnit - Introduction
MUnit - Introduction MUnit - Introduction
MUnit - Introduction
 
Automation - Apache JMeter
Automation - Apache JMeterAutomation - Apache JMeter
Automation - Apache JMeter
 
Blocos command reference_pdf_78474
Blocos command reference_pdf_78474Blocos command reference_pdf_78474
Blocos command reference_pdf_78474
 
Programming Without Coding Technology (PWCT) - Radiogroup control
Programming Without Coding Technology (PWCT) - Radiogroup controlProgramming Without Coding Technology (PWCT) - Radiogroup control
Programming Without Coding Technology (PWCT) - Radiogroup control
 
BREEZE AERMOD 7.10 Release Notes
BREEZE AERMOD 7.10 Release Notes BREEZE AERMOD 7.10 Release Notes
BREEZE AERMOD 7.10 Release Notes
 
STS SEM User Interface
STS SEM User InterfaceSTS SEM User Interface
STS SEM User Interface
 
WANem User Guide
WANem User GuideWANem User Guide
WANem User Guide
 

More from omeed

More from omeed (14)

understanding of java basics
understanding of java basics understanding of java basics
understanding of java basics
 
OOP using java (Variable in java)
OOP using java (Variable in java)OOP using java (Variable in java)
OOP using java (Variable in java)
 
Introduction to oop using java
Introduction  to oop using java Introduction  to oop using java
Introduction to oop using java
 
Asp.net CheckBoxList control
Asp.net CheckBoxList controlAsp.net CheckBoxList control
Asp.net CheckBoxList control
 
Asp.net CheckBox control
Asp.net CheckBox controlAsp.net CheckBox control
Asp.net CheckBox control
 
Asp.net RadiobuttonList control
Asp.net RadiobuttonList controlAsp.net RadiobuttonList control
Asp.net RadiobuttonList control
 
Asp.net textbox control
Asp.net textbox controlAsp.net textbox control
Asp.net textbox control
 
Understanding of Asp.net & page lifecycle
Understanding of Asp.net & page lifecycle Understanding of Asp.net & page lifecycle
Understanding of Asp.net & page lifecycle
 
Asp.net introduction to web development
Asp.net introduction to web development Asp.net introduction to web development
Asp.net introduction to web development
 
WEB DEVELOPMENT Using Python programming language
WEB DEVELOPMENT Using Python programming language WEB DEVELOPMENT Using Python programming language
WEB DEVELOPMENT Using Python programming language
 
Apple’s AI-Powered Personal Assistant Uses DNN - siri
Apple’s AI-Powered Personal Assistant Uses DNN - siri  Apple’s AI-Powered Personal Assistant Uses DNN - siri
Apple’s AI-Powered Personal Assistant Uses DNN - siri
 
Third and fourth generation programming language
Third and fourth generation programming languageThird and fourth generation programming language
Third and fourth generation programming language
 
analog clock C#
analog clock C#analog clock C#
analog clock C#
 
graphic Design
graphic Design graphic Design
graphic Design
 

Recently uploaded

Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 

Asp.net Radiobutton control

  • 1. ASP.NET RadioButton Control Department of Computer WEB – GRADE 5 Lecturer. OMEED M. M 11/08/2021 Lecture 5
  • 3. RadioButton Control - Radio Button control is used, when you want the user to select only one option from the available choices. - Radiobutton is used to allow user to select a single radiobutton from group of radiobutton. In a asp.net generally we use more than one radiobutton and select only one radiobutton at a time from all the radiobutton control. 4/6/2022 Mr.Omeed M. M 3
  • 5. Important Properties of the Radio Button Control Checked - This is a boolean property, that is used to check if the button is checked or not. Text - This is string property used to get or set the text associated with the radio button control TextAlign - right or left. On which side of the radio button the text should appear 4/6/2022 Mr.Omeed M. M 5
  • 6. Important Properties of the Radio Button Control AutoPostBack - Set this property to true, if you want the webform to be posted immediately when the checked status of the radio button changes. Group Name - By default, the individual radio button selections, are not mutually exclusive. If you have a group of radio buttons, and if you want the selections among the group to be mutually exclusive, then use the same group name for all the radio button controls. 4/6/2022 Mr.Omeed M. M 6
  • 7. Methods of a RadioButton Control: Focus - Set input focus onto the control. 4/6/2022 Mr.Omeed M. M 7
  • 8. Event of the Radio Button Control CheckedChanged - This event is fired when the checked status of the radio button control is changed 4/6/2022 Mr.Omeed M. M 8
  • 9. How to add RadioButton? < asp:RadioButtonID="RadioButton1" runat="server" Text="Male" GroupNa me="gender"/> or We have a toolbox in ASP.NET so first we need to drag the given ‘radiobutton’ control in the web form from the toolbox 4/6/2022 Mr.Omeed M. M 9
  • 10. Any Questions? 4/6/2022 10 MR. OMEED M. MOHAMMED