how to write javascript in asp.net in code behind using C#
- by Eyla
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;