D
Dot Net Daddy
Hello,
I want to create label and checkbox for every member in the database
table.
How can I do that?
I tried:
Dim x as integer
For Each x In ds.Tables(0).Rows.Count
.... code here
Next
But it didnt work, giving an error:
Error 1 Expression is of type 'Integer', which is not a collection
type.
also how can I code creating a new checkbox and label for every x
in the table?
I want to create label and checkbox for every member in the database
table.
How can I do that?
I tried:
Dim x as integer
For Each x In ds.Tables(0).Rows.Count
.... code here
Next
But it didnt work, giving an error:
Error 1 Expression is of type 'Integer', which is not a collection
type.
also how can I code creating a new checkbox and label for every x
in the table?