Choosing a default button

  • Thread starter Thread starter Ford Desperado
  • Start date Start date
F

Ford Desperado

Hi,

I have a ASP.Net page with several asp:textbox controls and 3
asp:button's
I want to specify 1 of these buttons as the default one, so that
whenever a user presses 'Enter' while a textbox is selected, the
handler for the default button is invoked

TIA
Ford
 
Back
Top