CheckBoxList.OnDataBinding

  • Thread starter Thread starter MattB
  • Start date Start date
M

MattB

I'm still on .Net 1.1 if that makes a difference.

I have a CheckBoxList in my application that I want to use a
OnDataBinding event to do some conditional changes to the labels at run
time.

I've done this a bit with DataGrids and figured this would be the same
or very similar. It seems as though it's not.

In the Sub I created I'm trying to get to stuff like e.item.dataitem as
I would with a datagrid, but Intellisense isn't showing me the way.

So my first question is can I do this?
If so, then my second question is how?

Thanks!

Matt
 
checkboxlists don't have databinding events.

-- bruce (sqlworkk.com)
 
Well I guess that clears it up. I'll take a different approach. Thanks!

Matt
 

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