When AsyncFileUpload is rendered, a text box and a browse button are generated.
When a value is set to AsyncFileUpload TabIndex property, the textbox and browse button do not inherit the value. How can I set the TabIndex value for the text box and browse button?
James