ServerItemTemplate V1.0 F1.7

File Name: Server_DataList.asp
Class Name: ServerItemTemplate

Overview

Used to represent items in the ServerDataList WebControl. The Header,Footer,ItemTemplate,AlternatingItemTemplate,etc of the ServerDataList are of this type.


Public Constructors
New ServerItemTemplate This constructor is used to create an instance of the control.

Public Properties
Style String Sets/Gets the style of the cell. 
CssClass String Sets/Gets the class of the cell. 
FunctionName String Sets/Gets the name of the function to be used to render the cell contents.
Mode Int Sets/Gets the render mode: 0) FlowLayout 1) TableLayout
ExtraAttributes String Sets/Gets any extra attributes to be applied to the TD tag when using mode=1

Public Methods
Execute Renders the contents - this method doesn't use/pass a datasource and is ideal for headers and footers.
ExecuteBind(DataSource) Render the contents and passes the datasource.

Public Events
-- --

Protected Properties
-- -- --

Protected Methods
-- --

Protected Events
-- --