Per ora ho trovato solo questo.
Le funzioni sono OnStartPage e OnEndPage
Ora devo capire bene a che servono!e se mi possono essere utili.
codice:
When a user requests a Web page in an ASP application, the server calls the
OnStartPage method for all objects (except those with application scope) on that
page. This call occurs before the server processes the script.
You can use the OnStartPage method to use the ScriptingContext class to
retrieve pointers to the built-in objects. Your object can then use the built-in
objects to access its collections, methods and properties. Using OnStartPage and
ScriptingContext to retrieve and use built-in objects and their methods, instead
of passing built-in objects as parameters, makes your object easier to use in ASP
scripts. However, it is recommended that your component access the built-in
objects by using the ObjectContext as described above.
PS:
Ok, ho controllato. Non servono una ciolla (savonese).
http://msdn.microsoft.com/library/it...rComponent.asp
Grazie per l'interessamnto.
Ciao