recordNumber Property | Internet Development Index |
Retrieves the ordinal record from the data set that generated the object.
Syntax
HTML N/A Scripting [ iNumber = ] object.recordNumber
Possible Values
iNumber Variant that receives the record number. The property is read-only. The property has no default value.
Remarks
This property applies to elements contained within a bound, repeated table.
You can use this property with the ADO recordset, which is available from every data source object through the object's recordset property.
Standards Information
There is no public standard that applies to this property.
Applies To
A, BUTTON, DIV, FRAME, IFRAME, IMG, INPUT type=checkbox, INPUT type=hidden, INPUT type=password, INPUT type=radio, INPUT type=text, LABEL, LEGEND, MARQUEE, SELECT, SPAN, TEXTAREA
See Also
Introduction to Data Binding