two controls Question

  • Thread starter Thread starter romy
  • Start date Start date
R

romy

Hi


1)I 'm displaying a set of records from a database in a datagrid control.
I have to add multiple selection of records functionality. How do I do It
?


2) It seems that a checkedlistbox control doesn't support binding its
datasource to a dataset.
Is the only way to add values to the control is to iterate through a
datareader.

thanks
 
Hi,

Although the properties panel doesn't show the datasource, it does in fact
support this. Look in the object browser or simply enter the chklstbx name
and '.' and you will see these properties.

HTH,

Phil
 
Back
Top