Quote Originally Posted by BramVandenbon
well just like I said it.

I wrote a piece of .NET code that I want to be executed on the client side.

Yes in the first place .NET is a server side technology. But if I have a program on the client side it should be possible to access it (perhaps after a security warning). Does anybody know how?
.Net code wont run on client side. You can only use JavaScript or VBScript on client side, though VBScript will only work on IE. So JavaScript is your best option. What exactly are you trying to do? Why do you need to run .Net code in Client side? What exactly is the .Net code doing?