2007年3月6日

ASP.NET - The DataList Control

摘要: The DataList control is, like the Repeater control, used to display a repeated list of items that are bound to the control. However, the DataList control adds a table around the data items by default.... 阅读全文

posted @ 2007-03-06 15:54 改变热爱 阅读(282) 评论(0) 推荐(0)

ASP.NET - The Repeater Control

摘要: The Repeater control is used to display a repeated list of items that are bound to the control. Examples 1.Repeater control TitleArtistCompanyPrice output result: ... 阅读全文

posted @ 2007-03-06 15:47 改变热爱 阅读(294) 评论(0) 推荐(0)

ASP .NET - XML Files

摘要: We can bind an XML file to a list control. Examples 1.Example 1 - XML RadiobuttonList Output Result: ... 阅读全文

posted @ 2007-03-06 15:39 改变热爱 阅读(191) 评论(0) 推荐(0)

ASP.NET - The SortedList Object

摘要: 1.Example 1 - SortedList RadioButtonList Output Result: France ... 阅读全文

posted @ 2007-03-06 15:33 改变热爱 阅读(176) 评论(0) 推荐(0)

导航