Problem with the way the Ajax Control Toolkit tab control sets the default submit button
        Posted  
        
            by Colin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Colin
        
        
        
        Published on 2010-06-07T12:09:10Z
        Indexed on 
            2010/06/07
            12:12 UTC
        
        
        Read the original article
        Hit count: 262
        
ajaxcontroltoolkit
|tabcontrol
We have a tab control containing some textboxes for doing a search. When you keypress inside one of the textboxes, the tab control sets the default button to be the button immediately following the tab control. This is fine because that's the search button. The problem occurs after the button is clicked and results returned. Now there is no default button, and keypress does nothing. Any suggestions?
© Stack Overflow or respective owner