Pregunta

In ASP.net Control is used DropDownList Onchange as followes: In ASCX:

onchange="dorefreshf();dorefreshs();"

When I replaced the DropDownList with a RadComboBox the JS doesn't work?

Any suggestions?

¿Fue útil?

Solución

Try changing (no pun intended) onchange to onclick.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top