mjackson
Posts: 2
|
| Posted: 01/12/2004, 7:07 AM |
|
Is there an example of how to number the rows ina grid ?
|
 |
 |
mjackson
Posts: 2
|
| Posted: 01/12/2004, 7:08 AM |
|
Need it for ASP.
tks,
M
|
 |
 |
Edd
Posts: 547
|
| Posted: 01/12/2004, 1:45 PM |
|
mjackson,
Create an integer in the events portion of your code OUTSIDE of any functions.
Inicrement the integer before showing a label and put the value in the label.
For multiple pages - get the page number from the querystring and mutiply it by the number of rows in the grid.
I think you get the idea.
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
|