disable the default button on a webform
Posted by Sujit Kumar on March 18, 2009
you can disable default button on a webform set to false of button property “UseSubmitBehavior” .
ex:
<asp:Button ID=”btnSave” runat=”server” Text=”Save” CssClass=”buttons” UseSubmitBehavior=”false” />
This entry was posted on March 18, 2009 at 5:42 pm and is filed under asp.net. Tagged: disable default button in asp.net. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.