How to stop AjaxToolkit AsyncFileUpload tabbing order from stopping on filepath text box.

Posted by Scott on Stack Overflow See other posts from Stack Overflow or by Scott
Published on 2010-05-03T15:44:10Z Indexed on 2010/05/03 15:48 UTC
Read the original article Hit count: 533

I have an ASPX page with an AsyncFileUpload control from the AJAX Control Toolkit, but when I try to tab through the tab order, the tab will not allow a tab past the filepath textbox (part of the AsyncFileUpload control). This control is contained within an update panel (if that matters in this implementation).

How can I continue on in the tab order?

Thank you,

Scott Blue

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about ajaxcontroltoolkit