Asp button with different button type

后端 未结 5 437
被撕碎了的回忆
被撕碎了的回忆 2020-12-06 06:11

Is it possible to have an asp button that isn\'t rendered with a type=\"submit\" tag. I don\'t want the button to submit the form, so I\'d like to have it as

5条回答
  •  执念已碎
    2020-12-06 06:30

    Using the attribute UseSubmitBehaviour="false" solved my problem

    
    

    This attribute is available since .Net v2.0, for more information: Button.UseSubmitBehavior Property

提交回复
热议问题