If a text box's TabIndex value is the number 10, what TabIndex value should its identifying label have and why?
What will be an ideal response?
The identifying label's TabIndex value should be 9. This is necessary for a text box's access key to work correctly.
Computer Science & Information Technology