Question

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?

Était-ce utile?

La solution

Try changing (no pun intended) onchange to onclick.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top