Well, I wonder what JScript.Net is ? Is this another .Net server side language or is the replacement for the current javascript ? What I have been looking for is a scripting language in the client side which can be able to access client's .Net framework and can run them. (I understand that browser has to support it and the security concerns but ....I don't want to discuss this in this question) So, anything in horizon to for a scripting language which will be able to run .Net controls in the client's framework ? Genc Ymeri
Genc: JScript.NET is a compiled language under the .NET framework. It provides a majority of the syntax & constructs that ECMA-262 (JScript/JavaScript) developers are used to. The output of the compilation is MSIL. It is not a scripting in the language, it is not executed by an interpreter. Official information from MS can be found here. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnclinic/html/scripting07142000.asp?frame=true Cheers, -Naraendira Kumar R.R. "genc ymeri" <genc_ymeri@hotmail.com_not_spam> wrote in message news:1095CE03-AFB6-498F-9FC0-46007F587B50@microsoft.com... > Well, I wonder what JScript.Net is ? Is this another .Net server side > language or is the replacement for the current javascript ? What I have > been > looking for is a scripting language in the client side which can be able > to > access client's .Net framework and can run them. (I understand that > browser > has to support it and the security concerns but ....I don't want to > discuss > this in this question) > > So, anything in horizon to for a scripting language which will be able to > run .Net controls in the client's framework ? > > > Genc Ymeri >