WebControls Button

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Leif

    WebControls Button

    I have 2 HTML buttons and 1 WebControls Button on my page.
    I have set the 'CausesValidati on' attribute of my
    WebControls button to False in the hope that when a user
    hits Enter the button will not execute.

    This does not seem to work. How do I ensure that the
    WebControls button does not get 'clicked' when the user
    hits enter?

    Furthermore, (my lack of experience may show here) is
    there a way to have a HTML button activated when the user
    hits Enter?

    Thanks,
Working...