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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top