System.Web.UI.WebControls.ObjectDataSource.StartRowIndexParameterName Property

Gets or sets the name of the data retrieval method parameter that is used to indicate the value of the identifier of the first record to retrieve for data source paging support.

Syntax

[System.ComponentModel.DefaultValue("startRowIndex")]
public string StartRowIndexParameterName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ObjectDataSource.StartRowIndexParameterName property is used to support data source paging. For information about how paging is supported by the System.Web.UI.WebControls.ObjectDataSource control, see ObjectDataSource.EnablePaging.

The ObjectDataSource.StartRowIndexParameterName property delegates to the ObjectDataSourceView.StartRowIndexParameterName property of the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the System.Web.UI.WebControls.ObjectDataSource control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0