jscript.net Questions
23
Solved
I am trying to move the focus to the next element in the tab sequence based upon the current element which has focus. Thus far I have not turned up anything in my searches.
function OnFocusOut()
{...
Christophe asked 26/8, 2011 at 17:4
12
Solved
I'm interested to know who uses JScript.Net and for what sort of applications.
Whenever I'm reading MSDN .Net documentation, I always notice the JScript samples but in all the years I've been a C# ...
Alevin asked 13/12, 2009 at 13:25
6
Solved
I have the following JScript on a page
<script type="text/javascript">
function ProcessButtonDisable() {
var button = $find("<%=ProcessButton.ClientID %>");
button.disabled = true;
...
Implacental asked 9/9, 2013 at 14:34
7
Since MS appears to have killed Managed JavaScript in the latest DLR for both server-side (ASP.NET Futures) and client-side (Silverlight), has anyone successfully used non-obsolete APIs to allow sc...
Environ asked 1/6, 2009 at 23:53
1
Does anyone know how to debug through FiddlerScript?
I tried what seemed like the obvious thing to do:
In the Fiddler CustomRules.js, insert this code:
if (Debugger.IsAttached)
Debugger.Break...
Goyette asked 12/9, 2012 at 11:15
2
Solved
I read that, for the newest Java, Javascript on Java can call or import java packages easily. In the newest .NET, can JScript.net call C# functions easily?
For details, I am asking not about comp...
Qualmish asked 27/2, 2012 at 19:52
1
Solved
1. Compiled Assembly from JSC
I've compiled what is intended to be client-side JavaScript using the JScript compiler (jsc.exe) on the server side in an attempt to make something that can be tested...
Supposed asked 21/8, 2010 at 0:48
1
Solved
I'm trying to write a custom JavascriptConverter for use with a WebService I'm writing. I have to write a custom converter, because Microsoft.JScript.JSObject doesn't support IDictionary, so it get...
Elum asked 27/2, 2009 at 20:39
1
© 2022 - 2024 — McMap. All rights reserved.