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.
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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: