Я пытаюсь добавить атрибуты onmouseover и onmouseout к любому из элементов ,
<asp:RadioButtonList ID="RadioButtonListPaymentFrequency" runat="server" RepeatDirection="Vertical" RepeatLayout="Table" RepeatColumns="1" />
<table id="RadioButtonListPaymentFrequency" border="0"> <tbody> <tr> <td> <input id="RadioButtonListPaymentFrequency_0" name="RadioButtonListPaymentFrequency" value="1" type="radio"> <label for="RadioButtonListPaymentFrequency_0">One-Time Only</label> </td> </tr> <tr> <td> <input id="RadioButtonListPaymentFrequency_1" name="RadioButtonListPaymentFrequency" value="12" type="radio"> <label for="RadioButtonListPaymentFrequency_1">Monthly</label> </td> </tr> <tr> <td> <input id="RadioButtonListPaymentFrequency_2" name="RadioButtonListPaymentFrequency" value="4" type="radio"> <label for="RadioButtonListPaymentFrequency_2">Quarterly</label> </td> </tr> <tr> <td> <input id="RadioButtonListPaymentFrequency_3" name="RadioButtonListPaymentFrequency" value="2" type="radio"> <label for="RadioButtonListPaymentFrequency_3">Semiannually</label> </td> </tr> </tbody> </table>
Ты не. Если вы не используете обходной путь или подкласс RadioButtonList. Лично я бы просто использовал JQuery для присоединения обработчиков событий.