Calling .net control public method from .asp host page
Discuss Calling .net control public method from .asp host page in the ASP Programming forum on Dev Shed. Calling .net control public method from .asp host page ASP Programming forum discussing Active Server Pages coding techniques and problem solving methods. Use VBScript or Jscript to make dynamic web applications.
Posts: 14,238
Time spent in forums: 1 Month 4 Weeks 15 h 7 m 57 sec
Reputation Power: 4445
I don't think you can. Maybe someone knows otherwise?
__________________
======
Doug G
======
It is a truism of American politics that no man who can win an election deserves to. --Trevanian, from the novel Shibumi
Posts: 71
Time spent in forums: 8 h 28 m 25 sec
Reputation Power: 8
I'm not sure never tried, but if you compile public control in dll, you can try try something
set contr=server.createObject("yourControl")
and after that contr.property="lkjlk"