I have a problem with javascript.
In my code there is a radio button, on click it should call the UcSelect()
function. I tried the code below but it didn\'t work.
T
script elements can have a src
attribute or content, but not both. If they have both, the content is ignored (the content is considered "script documentation," not code).
As you are using ASP.NET and rbtTipo
is a server control you need to use Control.ClientID.
<%= rbtTipo.ClientID %>
will Gets the control ID for HTML markup that is generated by ASP.NET.