79337268

Date: 2025-01-07 20:33:57
Score: 1
Natty:
Report link

why not just add the onclick attribute to the radio button?

<asp:RadioButton ID="CapitalImprovementsNO" runat="server" GroupName="CapitalImprovements" value="No" onclick="javascript:nocap();"/>

As far as I can tell the attribute isn't specifically an attribute of asp.net but it does end up an attribute of the generated HTML

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): why not
  • Low reputation (0.5):
Posted by: RCDAWebmaster