| Thread | Last Post | Replies |
|
| Problem disabling a LinkButton with JavaScript | 28 Aug 2006 00:19 GMT | 1 |
I am trying to disable (on runtime) a LinkButton that is running on a server side . I am using this javaScript code: <script language="javascript">
|
| A simple one for you ( but not for me) | 28 Aug 2006 00:11 GMT | 1 |
I have the following in my webform's html: <script id="clientEventHandlersJS" language="javascript"> function butRunScript_onmouseover() { //Display the Hand cursor when the mouse moves over the button.
|
| Interop with JScript.NET | 16 Aug 2006 10:32 GMT | 1 |
Does anybody have guidance on how to expose JScript.NET class via interop? Could you provide a sample snippet? Thank you, -Naraen
|
| abort onunload | 16 Aug 2006 10:11 GMT | 1 |
Is posible abort the event onunload of the page? thx
|
| CLS attributes in JScript.NET ... | 15 Aug 2006 15:54 GMT | 1 |
I've been trying to figure out how to annotate a JScript.NET class with attributes. I haven't been able to find the syntax for it. Searching archives on this newsgroup didn't find a hit.
|
| JScript to JScript.NET | 15 Aug 2006 06:12 GMT | 2 |
I am translating a large amount of JScript code to JScript.NET and it is quite painful. Are others in this predicament? If so, how are you handling this? It almost seems worth it to build some sort of tool. Would anyone else have a need for something like this? What features
|