How Do I: Use the ASP.NET AJAX ConfirmButton Extender?

Learn how the ConfirmButton extender in the ASP.NET AJAX Control Toolkit provides a simple way to add a confirmation dialog to the click event of a Button, LinkButton, or ImageButton control. This provides the user with the option to cancel an impending action.

Presented by Joe Stagner

Duration: 3 minutes, 34 seconds

Date: 5 March 2007

Watch the video   |   Download the video   |   Get VB code  or  C# code

Video downloads: WMV | Zune | iPod | PSP | MPEG-4 | 3GP

Audio downloads: AAC | WMA | MPEG-4 | MPEG-3 | MPEG-2

Comments : 7

Leave a Comment

JBONNIE : On March 14, 2008 2:40 PM said:

The vb code sample is from the AutoCompleteExtender, although I should be ashamed for having to do download it at all!

JoeStagner : On March 15, 2008 10:18 AM said:

Oops, Thanks I'll get it replaced.

Moondust : On April 14, 2008 7:32 PM said:

It hasn't been replaced yet.  

iamtgo3 : On April 16, 2008 1:44 PM said:

Still not updated AutoCompleteExtender example.

JoeStagner : On April 16, 2008 3:00 PM said:

:) Guys.

the .aspx file would be the same excedpt for the first line that defines the language and code behind.

The .vb code behind is only the Button1 click event handler and the transbation from C# to VB is east.

- C# Version

Label1.Text = "Text from the serverside.";

- VB Version

Label1.Text = "Text from the serverside."

JoeStagner : On April 16, 2008 3:11 PM said:

PS The file update has been submitted to the content managers.

jim.bridgeford : On May 06, 2008 2:32 PM said:

can i had data from a variable to a confirmbutton extender

Leave a Comment

You must be logged in to leave a comment. Click here to log in.