Anyone worked out how to use the onFocus Attribute on the .Net RadioButton ?
In your code behind, if you do:
RB1.Attributes("onFocus") = "javascript:alert()"
the rendered html is:
<span onFocus="javascript:alert()" style="height:52px;width:132px;Z-INDEX...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.