Databinding question

  • Thread starter Thread starter Noor
  • Start date Start date
N

Noor

hi all,

Can we call our procedures when databinding is in process.

I want to check all the checkboxes in a checkboxlist control while data is
coming from dataset.

I can do this after the binding is done.. and manully loooping through the
checkboxlist control and checking all the checkbox.. but i want to ask if
there's better way to do it..


thanks

Noor
 
Hi Noor,

I am not sure if I understood you well.
There are DataTable events you might consider, such as Column* and Row*.
 
Back
Top