How to set a Property as Default Property in Classic ASP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murtyin
    New Member
    • May 2007
    • 4

    How to set a Property as Default Property in Classic ASP

    Hi All,

    I am creating CCW for a .Net Product. The .Net Product is developed using C# and in that Item Property is implemented as Indexers(This Item property will act as a default property for that class). For creating this same behavior in CCW(I want Item property as the Default Property in ASP), I created the Item Property with Dispid as "0". It is working fine in VB6, but it is not working in Classic ASP.

    I need your help in this situation.

    Thanks
    Murty
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    That's because asp classic isn't really object oriented. What exactly are you trying to accomplish with this? Maybe you should switch to asp.net

    Jared

    Comment

    Working...