문제

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