Server.CreateObject to Early Binding in ASP 2.0 to JScript.Net
Sun, 2 Dec 2007 21:44:32 -0800 (PST)
Hi! Thought I'd share this with the community:
During a code migration, there often will be a period of time when
you'd like your old ASP 2.0 files to co-exist with your new .Net
files. During that time you'd want to continue to use the same
include files during that period, and not have to fork your code...
...
|
Server.CreateObject to Early Binding in ASP 2.0 to JScript.Net
Sun, 2 Dec 2007 21:00:14 -0800 (PST)
Hi! Thought I'd share this with the community:
During a code migration, there often will be a period of time when
you'd like your old ASP 2.0 files to co-exist with your new .Net
files. During that time you'd want to continue to use the same
include files during that period, and not have to fork your code...
...
|
Server.CreateObject to Early Binding in ASP 2.0 to JScript.Net
Migration
Sun, 2 Dec 2007 20:57:24 -0800 (PST)
Hi! Thought I'd share this with the community:
During a code migration, there often will be a period of time when
you'd like your old ASP 2.0 files to co-exist with your new .Net
files. During that time you'd want to continue to use the same
include files during that period, and not have to fork your code...
...
|
Converting from ASP 2.0 to ASP.Net
Sun, 2 Dec 2007 20:14:57 -0800 (PST)
I'm converting an old ASP 2.0 file that used interpreted javascript,
and need it to work in Jscript.net on in an .aspx file. The old code
instantiate an MSXML object using late binding, in the conversion I'd
like to take advantage of early binding. Here is the original code:
var oXML = Server.CreateObjec ...
|
Coding to determine the screen size
Fri, 30 Nov 2007 06:41:00 -0800
Hi all,
In the company i work at, people use laptops and desktops. I create my
sites using a desktop so how it's displayed on my monitor looks different to
that displayed on a laptop.
What coding is used to determine the users' screen size and therefore change
the layout accordingly? ...
|
Font Styles in JavaScript
Fri, 30 Nov 2007 06:38:03 -0800
Hi,
To begin with I know absolutely nothing about javascript.........
I placed coding on my page to display to the date everyday but I would like
to change the font style........
This is the coding:
< script LANGUAGE="JavaScript">
Begin
// Get today's current date.
var now = new Date();
// Arra ...
|
Physical position of table row inside Gridview
Wed, 28 Nov 2007 07:56:03 -0800
Hello All,
I am implementing autocomplete functionality for a textbox inside a gridview. For this I am using a Div control to place the data based on the prefix key entered inside textbox.
As far as getting the data into the Div control is concerned, there is absolutely no problem, but the positioning of Div ...
|
|
|
what do the 'f' & 'o' do here ?
Tue, 27 Nov 2007 14:26:00 -0800
I am still a novice in JavaScript, and I am trying to understand what is
going on with these parts. This is some portions of JS on the web form
calculations.
Any feedback is greatly appreciated.
My question is what do the ' f ' & 'o' do here??
---------------------------------------------------------------- ...
|
SOFTWARE for SALE!!!???????????????????????????????????????????????????????????????? 63261
Friday, 23 Nov 2007 05:24:52 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
ASP(JScript) Migration To ASP.NET(JScript.NET)
Tue, 20 Nov 2007 00:07:57 -0800 (PST)
I'm having a problem with a "Member not found. (Exception from
HRESULT: 0x80020003 DISP_E_MEMBERNOTFOUND))" error. The origional ASP
is JScript, and the ASP.NET is JScript.NET.
I'm creating an object with the line 'var oMyO =
Server.CreateObject("Type.Class")'. I can successfuly call methods
from that objec ...
|