I am developing a system with asp.net(c#) and javascripts. I want to call a javascript method when the textbox text is changed. I tried onkeypress event. it works successfully . but if the user copy and past a value in the text box, the method is not called.
help me to solve this.
help me to solve this.
Comment