List::ItemsAsLinks Property
Gets a value indicating whether the items in the list are to be treated as hyperlinks. The default value is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property bool ItemsAsLinks { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if items in the list are to be treated as hyperlinks; otherwise, false.
If the value of this property is true, the value of the DataTextField property is used to display the text of the hyperlink, and the DataValueField property is used to specify the target URL. Command events will not be generated for these links. Thus, when the ItemsAsLinks property is set to true, an OnItemCommand method will not be called because a new page will be loaded through an HTTP call.
Available since 1.1
List Class
System.Web.UI.MobileControls Namespace
Introduction to the List Control