C# script?

  • Thread starter Thread starter Tarllem
  • Start date Start date
Sure, just include it in a script tag like what you'll do with javascript,
and set language property to "csharp".

Note 1: Just like vbscript, it'll work on IE anyway.
Note 2: Just like any client-side script, you can't do anything a script
won't normally do without having it digitally signed.

And you may also be interested in taking a look at C# applet. When IE sees
the applet, it'll execute IEEXEC to run it. (Much like Java applet runtime)
 
Oh, I saw there is a "csharp" popup in the IDE, but forgotten that it's only
valid in server-side. So while my comment on C# Applet remains valid, you
cannot run C# script directly on the client.
 
re:
Sure, just include it in a script tag like what you'll do
with javascript, and set language property to "csharp".

And set "runat="client" ?

;-)



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
And I wonder why you people simply neglect my correction post... -_-;

I admit that it's my fault for just depend on the VS.NET IDE to say that
it'll work and not check more deeply, but don't you two feel that it's gone
a little bit too far when I post the correction at once, especially before
you people's post?
 
Don't feel badly, Lau.
It's only some friendly chain-pulling. :-)

btw, I read your correction post *after* sending my reply.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
Certainly, friendly.



Juan T. Llibre said:
Don't feel badly, Lau.
It's only some friendly chain-pulling. :-)

btw, I read your correction post *after* sending my reply.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
Back
Top