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?

有帮助吗?

解决方案

Try changing (no pun intended) onchange to onclick.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top