DataList web control
Author: Lin Huang Zhang Updated: Ideal Source: Unknown Last update: 2004-06-27 Submission-mail: tg * ddvip.com DataList Web Control and Repeater Web controls is somewhat similar, but in addition to the sample data in accordance with our established DataList Web Controls The version is displayed, and data editing that the REATER WEB control cannot be made. Next, let's first understand the use syntax of the DataList web control: ' GridLines =" None | Horizontal | Vertical | Both "RepeatColumns =" ColumnCount "RepeatDirection =" Vertical | Horizontal "RepeatLayout =" Flow | Table "ShowFooter =" True | False "Showheader =" true | false "onscancelcommand =" event "ondeleteCommand =" event "onditcommand =" event "onItemCommand =" event "onItemcreated =" event "onupdateCommand =" Event Program "> Sample" Other Sample Definitions defined by HTML ... AlternatingItemStyle-Property = "Value" edititemstyle-protety = "value" footerstyle-protety = "value" headerstyle-protety = "value "ItemStyle-Property =" SelectedItemStyle-Property = "Value" SeparatorStyle-Property = "value" asp: DataList> DataList Web control common attributes As shown in the following table: The sample supported by the DATALIST web control is as follows Show: Where the ITEM style must also be defined to display information smoothly.