ObjectDataSourceView::StartRowIndexParameterName Property
.NET Framework (current version)
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::String^The 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: