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