ObjectDataSourceView::StartRowIndexParameterName Property
Gets or sets the name of the data retrieval method parameter that is used to indicate the integer index of the first record to retrieve from the results set for data source paging support.
Assembly: System.Web (in System.Web.dll)
public: property String^ StartRowIndexParameterName { String^ get (); void set (String^ value); }
Property Value
Type: System::StringThe name of the business object method parameter used to indicate the first record to retrieve. The default is "startRowIndex".
The StartRowIndexParameterName property must be set to enable paging. For information on how paging is supported by the ObjectDataSourceView object, see EnablePaging.
The value of the StartRowIndexParameterName property is stored in view state.
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.