irfan123
Oct 8, 2007, 01:01 AM
How to call a java script function in c# code.
jstrike
Oct 11, 2007, 02:08 PM
If you're talking about client side JavaScript then the answer is you can't. C# is executed on the server, JavaScript is executed on the client. The C# page could write out the JavaScript but as far as call a function directly from the C# code, you can't.