ObjectList::MoreText Property
Gets or sets the text string used for the More link used on HTML browsers to navigate to the details view. The default is More or the localized equivalent. 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)
[BindableAttribute(true)] [BrowsableAttribute(true)] public: property String^ MoreText { String^ get (); void set (String^ value); }
<asp:ObjectList MoreText="String" />
Property Value
Type: System::StringThe text string used for the More link used on HTML browsers to navigate to the details view.
The More link is rendered to provide a link from the ListView of the ObjectList to the DetailsView of the ObjectList. The following conditions must be met for the More link to be rendered:
The DefaultCommand property must be set.
There must be additional fields or commands to be rendered in the details view.
The default rendering of the ObjectList displays the first field in the ListView as a link to the DetailsView page. Setting the DefaultCommand property overrides this link and causes it to raise the ItemCommand event. As a result, the More link is rendered to provide a link to the DetailsView.
Note |
|---|
This property is not the same as the DetailsCommandText property, which is used on WAP browsers. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note