HomeCommunityControl GalleryForm ControlsButtonsConfirmed Buttons

Confirmed Buttons



Submit a Review

4,772 Downloads

26,657 Views


Description

A Button, LinkButton, and a ImageButton which also have support for asking the user a message in a yes/no dialog box before posting back to the server.

Syntax Example

<mbcb:ConfirmedButton runat="server" id="MyButton" Text="Click Me" Message="Are you sure?" onclick="MyButton_Click" /> <mbclb:ConfirmedLinkButton runat="server" id="myLinkButton" Text="Click Me" Message="Are you positive?" onclick="MyButton_Click" /> <mbcib:ConfirmedImageButton runat="server" id="MyImageButton" ImageUrl="/images/flyout_arrow.gif" Message="Click the arrow?" onclick="MyImageButton_Click" />

Reviews

Submit a review