Prev | Current Page 689 | Next

Rob Cameron and Dale Michalk

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

Height, "88px");
writer.AddStyleAttribute(HtmlTextWriterStyle.BorderColor, "silver");
writer.AddStyleAttribute(HtmlTextWriterStyle.BorderStyle, "ridge");
writer.AddStyleAttribute(HtmlTextWriterStyle.BorderWidth, "4px");
writer.AddStyleAttribute(HtmlTextWriterStyle.FontSize, "XX-Small");
writer.AddStyleAttribute(HtmlTextWriterStyle.FontFamily, "Tahoma");
base.AddAttributesToRender(writer);
}
}
}
Listings 11-2 and 11-3 contain the source for the TitledThumbnail server control demonstration
page and code-behind file.
Listing 11-2. The TitledThumbnail Demonstration .aspx File
<%@ Page Language="C#"
MasterPageFile="~/MasterPage/ControlsBook2MasterPage.Master"
AutoEventWireup="true" CodeBehind="TitledThumbnail.aspx.cs"
Inherits="ControlsBook2Web.Ch11.TitledThumbnail"
Title="TitledThumbnail Demo" %>
<%@ Register TagPrefix="apress" Namespace="ControlsBook2Lib.Ch11"
Assembly="ControlsBook2Lib" %>
<%@ Register Assembly="ControlsBook2Lib" Namespace="ControlsBook2Lib.Ch03"
TagPrefix="cc1" %>



Width="14px">11  ID="ChapterTitleLabel" runat="server" Width="360px">
Design-Time Support




runat="server" ImageInfo-PhotographerFullName=
"Robert Cameron" ImageInfo-ImageLongDescription=
"Winter outdoor scene in February"
ImageInfo-ImageDate="2007-09-01" ImageUrl="imgs/Outdoors.


Pages:
677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701