Good day
Im using java script to handle the textchanged event of a textbox, im registering the javascript at form load as tboContent.Attr ibutes.Add("OnC hange", "return TextChange();") ;
but the event fires only after i click on another control which postback. i want the event to fire everytime i type in something.
I have set the autopostback to true on the textbox.
Does anyone know how to solve this.
Im using java script to handle the textchanged event of a textbox, im registering the javascript at form load as tboContent.Attr ibutes.Add("OnC hange", "return TextChange();") ;
but the event fires only after i click on another control which postback. i want the event to fire everytime i type in something.
I have set the autopostback to true on the textbox.
Does anyone know how to solve this.
Comment