how to write javascript in asp.net in code behind using C#
Posted
by Eyla
on Stack Overflow
See other posts from Stack Overflow
or by Eyla
Published on 2010-05-17T10:48:58Z
Indexed on
2010/05/17
11:00 UTC
Read the original article
Hit count: 340
Greetings, how can I write JavaScript code in asp.net in code behind using C#. For example, I have click button event when I click the button I want to invoke this java script code:
alert("You pressed Me!");
I want to know how to use java script from code behind.
Thank you;
© Stack Overflow or respective owner