Hi! Is there a way (except for using JS on the html view) to tell asp.net to run a certain code on client side (instead of server side)?
A:
the short answer is NO, the language of browser is JavaScript, at least you can use some activX controls, Silverlight , Flash, Applets or such a things
ArsenMkrt
2010-07-08 09:40:12
A:
Only with <script>
tags, and the only well-supported language is javascript.
spender
2010-07-08 09:40:38
A:
No. The only thing you can run client side is JavaScript. If you do need more client-side functionality you could consider using Silverlight.
mdresser
2010-07-08 09:41:20
A:
Script# allows you to create client side script in C# !!!! You write your C# code in Visual Studio and the 'compiled output' gets translated into plain JavaScript. The new MS Web Office makes use of Script# .
I_LOVE_MONEY
2010-07-08 12:45:25