List.ItemsAsLinks Property
.NET Framework 2.0
Gets a value indicating whether the items in the list are to be treated as hyperlinks. The default value is false.
Namespace: System.Web.UI.MobileControls
Assembly: System.Web.Mobile (in system.web.mobile.dll)
Assembly: System.Web.Mobile (in system.web.mobile.dll)
[BindableAttribute(true)] public: property bool ItemsAsLinks { bool get (); void set (bool value); }
/** @property */ public boolean get_ItemsAsLinks () /** @property */ public void set_ItemsAsLinks (boolean value)
public function get ItemsAsLinks () : boolean public function set ItemsAsLinks (value : boolean)
Property Value
true 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.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: