ObjectDataSource.StartRowIndexParameterName Property
.NET Framework 3.0
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.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
ObjectDataSource Members
System.Web.UI.WebControls Namespace
ObjectDataSource.MaximumRowsParameterName Property
ObjectDataSource.EnablePaging Property
CanPage
Select
Data Source Web Server Controls
ObjectDataSource Control Overview
Creating an ObjectDataSource Control Source Object
Assembly: System.Web (in system.web.dll)
public: property String^ StartRowIndexParameterName { String^ get (); void set (String^ value); }
/** @property */ public String get_StartRowIndexParameterName () /** @property */ public void set_StartRowIndexParameterName (String value)
public function get StartRowIndexParameterName () : String public function set StartRowIndexParameterName (value : String)
Not applicable.
Property Value
The name of the business object method parameter used to indicate the first record to retrieve. The parameter must return an integer value. The default is "startRowIndex".The StartRowIndexParameterName property is used to support data source paging. For information about how paging is supported by the ObjectDataSource control, see EnablePaging.
Note: |
|---|
| If you are not familiar with the Data Access features in ASP.NET 2.0, you should read some of these topics before continuing: |
The StartRowIndexParameterName property delegates to the StartRowIndexParameterName property of the ObjectDataSourceView object that is associated with the ObjectDataSource control.
Reference
ObjectDataSource ClassObjectDataSource Members
System.Web.UI.WebControls Namespace
ObjectDataSource.MaximumRowsParameterName Property
ObjectDataSource.EnablePaging Property
CanPage
Select
Other Resources
ASP.NET Data Access OverviewData Source Web Server Controls
ObjectDataSource Control Overview
Creating an ObjectDataSource Control Source Object
Community Additions
ADD
Show:
Note: