ImageButton

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

    #1

    ImageButton

    I want to post my form by clicking on a RadioButton but
    not on clicking on an ImageButton. How to do to execute
    only the click procedure of the ImageButton and not the
    postback of my page. Because on the postback of my page I
    want to test the request.form of my RadioButton.
    I try to change the CausesValidatio n property of the
    ImageButton but it doesn't work better.

    Thanks for your help.

Working...