System.Web.UI.WebControls.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.

Syntax

public string StartRowIndexParameterName { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ObjectDataSourceView.StartRowIndexParameterName property must be set to enable paging. For information on how paging is supported by the System.Web.UI.WebControls.ObjectDataSourceView object, see ObjectDataSourceView.EnablePaging.

The value of the ObjectDataSourceView.StartRowIndexParameterName property is stored in view state.

Requirements

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