Problem getting the number of items in a datagrid...

  • Thread starter Thread starter amiga500
  • Start date Start date
A

amiga500

Hello,


I have a data grid which can contain as many items as possible in one
of the columns I have Qty. What I want to do is when I run the forum I
want to get the number of items available in the datagrid..for example
as follows:

ItemNumber ItemName Qty
1111111 Apple 2
2222222 Orange 120
3333333 Banana 98

I want to be able to get 3 as count. How do I get COUNT from DataGrid?
Thanks in advance.
 
Back
Top