M
Mike S
I am trying to use a RadioButtonList bound to a custom datasource to
acomplish some user functionality. I want to add various
onmouseover/onmouseout/onblur/onfocus events to each individual ListItem
housed by the RadioButtonList; however, the rbl.Items[n].Attributes.Add(
eventName, callFunction ) model does not work for this--I can only add
attributes to the rbl object itself: Is there a built-in way to do this that
I am missing (without creating a custom RadioButtonList server control)?
Thank in advance for any advice,
Mike S
acomplish some user functionality. I want to add various
onmouseover/onmouseout/onblur/onfocus events to each individual ListItem
housed by the RadioButtonList; however, the rbl.Items[n].Attributes.Add(
eventName, callFunction ) model does not work for this--I can only add
attributes to the rbl object itself: Is there a built-in way to do this that
I am missing (without creating a custom RadioButtonList server control)?
Thank in advance for any advice,
Mike S