ValueChange and TextChanged events are not fired when I set the value using setValue() method
check the bellow code
="text/javascript">
TextBoxTextChanged(sender, e) { alert(
alert(
); }
}
ValueTextChanged(sender, e) { alert(
buttonOnClinetClick() {
); obj.setValue(
obj.setValue(
);
; }
>
<
/>