| Thread | Last Post | Replies |
|
| SmartNavigation disables my script | 29 Jan 2004 17:45 GMT | 1 |
I have a function to inject the client-side script from an ASP.NET server control to move the cursor. It works perfect when the Smart Navigation is turned off. However when the Smart Navigation is on, it would not work. I understand Smart Navigation does things differently by its ...
|
| The core syntax of JScript.net program | 29 Jan 2004 11:09 GMT | 7 |
I've been studying the .NET framework and playing with all the different languages and compilers and I am sort of surprised that the simple "Hello world" sample in JScript is print("Hello World!");
|
| simple watcher function | 27 Jan 2004 16:11 GMT | 2 |
I want to write a simple jscript net application which monitors a folder and processes files to a web server as they become available. I have the function -- it works on demand from the command prompt -- I simply want to see if any files are available for processing -- if yes, ...
|
| Getting object in serverside VB script from ShowModalDialog on the Client | 27 Jan 2004 06:58 GMT | 2 |
I pass variables to my ASPX page as shown.... myObject.Test = "TestMessage" retVal = showModalDialog(Test.aspx,myObject,"dialogWidth:900px;dialogHeight:500px;sta
|
| silent assertion of assembly existance on client machine | 22 Jan 2004 20:59 GMT | 3 |
I need to assert from within a web page that an assembly was previously installed (and registered) on its hosting machine. I want to attempt to create an instance of that assembly inside a java or vb script
|
| regional setting | 21 Jan 2004 17:59 GMT | 1 |
how do i get the language set in regional setting by using Request.ServerVariable(" " ) using jscript and consequently get the Language/locale ID and set the date etc of the
|
| set the focus to a control in an ASP.NET during the page load | 20 Jan 2004 17:31 GMT | 2 |
I have to emit the javascript to set the focus to a control in an ASP.NET during the page load. I have done it in the RegisterStartupScript. It works fine in the textbox control but in the case of radiobuttionlist, checkBoxlist the focus is set, but the user is not able to ...
|
| validated in the Blur Event | 20 Jan 2004 17:28 GMT | 1 |
Hai Techies, Greetings!!! I have a situation where the user entry in a text box control has to be validated in the Blur Event. If the user entry is invalid the cursor control has to be set in the same control(i.e., setting focus to the same control). For this i have written ...
|
| toLocaleString | 20 Jan 2004 13:55 GMT | 1 |
I have a problem while globalizing where i need to display a date in german and french according to the locale selected in the regional settings.. the date is being formed by string concatenation like day , month + day+ year
|
| Problem Using C#-defined Custom Attributes in JScript.NET | 20 Jan 2004 09:10 GMT | 3 |
I can't seem to get dynamically-compiled JScript code to use C#-defined custom attributes. I have a simple attribute and a class defined in a C# assembly: namespace MyNamespace
|
| COM+ emitting JSCRIPT | 20 Jan 2004 08:32 GMT | 2 |
Anybodys help will be appreciated. I have to develop a COM+ component that is supposed to emit JScript code. This is for an HTML Authoring project. This multithreaded component will sit on the server and
|
| Strong Name JScript | 20 Jan 2004 08:08 GMT | 2 |
I'm trying to strong name a jscript class library, I found a few places on the web where people said you just have to put: import System.Reflection
|
| JScript doubts | 20 Jan 2004 07:31 GMT | 2 |
I am reading about JScript.NET at this moment but could not find some answers to my questions. 1- Can JScript.NET be used as a client-side technology, like JavaScript? If yes, can it be executed on every browser?
|
| Communication via shared memory space [webcontrols, NT Sessions, UI] | 16 Jan 2004 23:44 GMT | 2 |
Hi gang, I have somewhat of a complicated question. I will try my best to explain. I have .NET assemblies that run in IIS's memory space. But I want to be able to interface with those running instances from a user's logon
|
| I keep getting undefined with showmodaldialog object | 15 Jan 2004 22:59 GMT | 1 |
Trying to pass an object from a showmodaldialog from the child to the parent: I get an alert that says undefined: var o = new Object();
|