Home »
MCQs »
ASP.Net MCQs
Which of the following property is used to set tab order for ASP.NET RadioButton control?
113. Which of the following property is used to set tab order for ASP.NET RadioButton control?
- Tab Order
- Tab Index
- Index
- Tab
Answer: B) Tab Index
Explanation:
The TabIndex property is used to set the tab order for ASP.NET RadioButton control.