J
Jonathan Wood
I have a TextBox on a Web form that I'll be accessing from code. However,
I'd also like execute some Javascript when the control loses focus.
I'm a little confused since the IDE does not seem to present javascript
events when a control has the runat="server" specified. I know I can type it
in but that wouldn't that be specifying my server-side handler rather than
client script?
I'm pretty sure I need this to be a server-side control but would like to
connect some client-side script. Is this even possible?
Thanks.
I'd also like execute some Javascript when the control loses focus.
I'm a little confused since the IDE does not seem to present javascript
events when a control has the runat="server" specified. I know I can type it
in but that wouldn't that be specifying my server-side handler rather than
client script?
I'm pretty sure I need this to be a server-side control but would like to
connect some client-side script. Is this even possible?
Thanks.