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
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