|
 |
aspx_beginners thread: Row count on DataGrid
Message #1 by "NAME REMOVED (Ext. 816)" <EMAIL REMOVED> on Thu, 30 Jan 2003 16:14:24 -0000
|
|
Hi,
Can any one tell me how to count the number of rows in a DataGrid, or the
number of rows in a Dataset table.
Thanks
**************************************************************************
The information contained in this e-mail is confidential,
may be privileged and is intended only for the use of the
recipient named above. If you are not the intended
recipient or a representative of the intended recipient,
you have received this e-mail in error and must not copy,
use or disclose the contents of this email to anybody
else. If you have received this e-mail in error, please
notify the sender immediately by return e-mail and
permanently delete the copy you received. This email has
been swept for computer viruses. However, you should
carry out your own virus checks.
Registered in Ireland, No. 205721. http://www.FINEOS.com
**************************************************************************
Message #2 by "Rohit Arora" <rohit_arora@i...> on Fri, 31 Jan 2003 09:59:17 +0530
|
|
use dataset.tables["tablename"/index].rows.count
-----Original Message-----
From: NAME REMOVED (Ext. 816) [mailto:EMAIL REMOVED]
Sent: Thursday, January 30, 2003 9:44 PM
To: aspx_beginners
Subject: [aspx_beginners] Row count on DataGrid
Hi,
Can any one tell me how to count the number of rows in a DataGrid, or the
number of rows in a Dataset table.
Thanks
**************************************************************************
The information contained in this e-mail is confidential,
may be privileged and is intended only for the use of the
recipient named above. If you are not the intended
recipient or a representative of the intended recipient,
you have received this e-mail in error and must not copy,
use or disclose the contents of this email to anybody
else. If you have received this e-mail in error, please
notify the sender immediately by return e-mail and
permanently delete the copy you received. This email has
been swept for computer viruses. However, you should
carry out your own virus checks.
Registered in Ireland, No. 205721. http://www.FINEOS.com
**************************************************************************
|
|
 |