Forum Moderators: open

Message Too Old, No Replies

Create.ServerObject?

         

danlott

10:06 am on Jul 25, 2003 (gmt 0)

10+ Year Member



hi all,
i'm fairly to to asp, and was told that you could buy asp objecs to perform certain tasks. i just looked at a bit of code:
var objWrapper = Server.CreateObject("CcCpiCOM.OrderHash");
I'm guessing this isnt built into the framework of asp, and a company has made an asp object called 'OrderHash'. If this is so, how does the asp page know where to reference the object? Theres no path or anything. Where would I go to buy obejcts?
hope this makes sense.
many thanks
- D

aspdaddy

1:41 pm on Jul 25, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If the dll is registered it knows where to find the code.

ServerObjects have a good list of asp components:
[serverobjects.com...]

gangstah

12:41 pm on Jul 27, 2003 (gmt 0)

10+ Year Member



You can do a google search for "asp components" and find tons. The good thing is there are many components out there that are free of charge. So if you find something you like, try to find a version of it that is free and see if that works out for you.