bind DataRow[] to a checkedlistbox

Hi,

I have a DataTable dt.

DataRow[] dr = dt.Select("DeliveryOption = 'Instant Print'")

Now, I want to bind the dr with CheckedListbox, how can I do it 


Answer this question

bind DataRow[] to a checkedlistbox

  • bind DataRow[] to a checkedlistbox