Creating Objects
Written by Eric Smith, Northstar Computer Systems LLC
A user asked what the difference between using an OBJECT tag and Server.CreateObject is. The difference is when the object is actually created. Server.CreateObject makes an object whenever the code is executed. Using an OBJECT tag causes the object to be created only when the object is accessed.
Keywords: [
Uncategorized ASP Tips
]
Publication Date: 7/14/2000
|