two dataset in one CheckedListBox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to count only the values from the second tables in a CheckedListBox

Eg. CheckedListBox = cbl
DataSet1=Table
DataSet2=Table

Thx.
 
Hi
why don't you use the Table.Rows.Count method .... it will give you the
number of rows in that specific table in the specific dataset
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top