This documentation is archived and is not being maintained.
ObjectDataSourceView::StartRowIndexParameterName Property
Visual Studio 2010
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 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.
Show: