RowLimitExceeded Element

The RowLimitExceeded element specifies alternate rendering when a row limit is exceeded. It executes if the Row element's Paged attribute is not set to TRUE.

Syntax

<RowLimitExceeded>
</RowLimitExceeded>
Parent Elements Child Elements
View HTML, HttpVDir, ListProperty

Example

The following example provides a link to more information if the row limit is exceeded.

<RowLimitExceeded>
  <HTML><![CDATA[<table cellpadding=0 cellspacing=0 border=0 rules=rows> <TR><TD Class="ms-vb"><a href=" ]]></HTML>
  <ows:ListProperty Select='DefaultViewUrl'/>
  <HTML><![CDATA[" ID=onetidMoreAnn> ]]></HTML>
  <HTML>(More Announcements...)</HTML>
  <HTML><![CDATA[ </a></TD></TR> <tr><td height="5"><img src=" ]]></HTML>
  <HttpVDir/>
  <HTML><![CDATA[/_layouts/images/blank.gif" width="1" height="5"></td></tr></table> ]]></HTML>
</RowLimitExceeded>

See Also

RowLimit

Rows