Prev | Current Page 477 | Next

Rob Cameron and Dale Michalk

"Pro ASP.NET 3.5 Server Controls and AJAX Components"

The full Confirm web form is shown in
Listings 8-9 and 8-10.
Listing 8-9. The Confirm Web Form .aspx Page File
<%@ Page Language="C#"
MasterPageFile="~/MasterPage/ControlsBook2MasterPage.Master"
AutoEventWireup="true" CodeBehind="Confirm.aspx.cs"
Inherits="ControlsBook2Web.Ch08.Confirm"
Title="Confirm Demo" %>
CHAPTER 8 ?–  INTEGRATING CL IENT-SIDE SCRIPT 373
<%@ Register Assembly="ControlsBook2Lib" Namespace=
"ControlsBook2Lib.Ch08" TagPrefix="apress" %>

8 
 
Integrating Client-Side Script



"formconfirmation: Are you sure you want to submit?" />




OnClick="LinkButton_Click" />

Message="confirmedlinkbutton: Are you sure you want to submit?"
OnClick="ConfirmLinkButton_ClickClick">ConfirmedLinkButton







onclick="Button2_Click" />
465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489