Limor Janah
July 8th, 2003, 03:46 AM
Hi
I have a web control asp:textbox runat=server
I want to add a client side script that handles the OnTextChanged event
but I’m getting an error:
'myScriptFunc' is not a member of 'ASP.myPageName_aspx'
I understand that the page search for the method at the server side
How do I add a client side code to a web control that runs at server?
Thanks
Limor
I have a web control asp:textbox runat=server
I want to add a client side script that handles the OnTextChanged event
but I’m getting an error:
'myScriptFunc' is not a member of 'ASP.myPageName_aspx'
I understand that the page search for the method at the server side
How do I add a client side code to a web control that runs at server?
Thanks
Limor