Calling Javascript function from <asp:textBox>
Hi all,
I try to call javascript function on Ontextchanged event of <asp:textBox id=myID onTextChanged="javascript:doSomething(this)"> </asp:TextBox> and the compiler does not like it. Does anybody knows how to call javascript function from asp server control please help.
Thanks
John
|