help in c# and javascript

Posted by scatman on Stack Overflow See other posts from Stack Overflow or by scatman
Published on 2010-04-20T09:34:38Z Indexed on 2010/04/20 9:43 UTC
Read the original article Hit count: 495

Filed under:
|

I am extending the textBox control, and i want to add on its OnLoad(EventArgs e) (by iverriding it) a javascript function. how can i do this?

© Stack Overflow or respective owner

help in c# and javascript

Posted by scatman on Stack Overflow See other posts from Stack Overflow or by scatman
Published on 2010-04-20T08:38:30Z Indexed on 2010/04/20 8:43 UTC
Read the original article Hit count: 495

Filed under:
|

how can i call a javascript function, that is in the aspx page, from the Page_Load method, in the code behind?

© Stack Overflow or respective owner

Related posts about c#

Related posts about JavaScript