| |||||
DataList.SeparatorTemplate PropertySystem.Web.UI.WebControls Namespace DataList Class Specifies the template to use for separators between items in a DataList. Syntax<asp:datalist ... >
<separatortemplate>
... template definition here
</separatortemplate>
</asp:datalist>
Property ValueAn ITemplate interface that defines how separators between items of a DataList control are rendered. The property is read/write with no default value. RemarksThe SeparatorTemplate describes the layout of elements to render between each row. The separator allows to place an element with custom content between each item in the DataList, typically line breaks ( <br> tags ), horizontal lines ( <hr> tags ), and so on. To specify a template for the separator in a DataList, declare a <SeparatorTemplate> element between the opening and closing tags of the control. You can then list the contents of the template between the opening and closing
See AlsoDataList Members ItemTemplate AlternatingItemTemplate EditItemStyle SelectedItemStyle HeaderTemplate FooterTemplate |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme