F
Fernando Arámburu
Hi , it´s me again.
I will take another way because yesterday I make a question and,
probably I didn´t make myself clear so you didn´t understand my question.
I want to know if there is any way to register a method to the
Application Start event. I know there is one way, in Global.asax writing
code in
Application_Start
but this way is not possible for me because I need to do it without
implementing those methods in global.asax
What i need is something like:
AnyDotNetFrameworkClass.ApplicationStart += new EventHandler(My_Method);
Do you know if ApplicacionStart event is declared somewhere on the
framework so I can register to it?
Thanks in advance
Fernando Arámburu
I will take another way because yesterday I make a question and,
probably I didn´t make myself clear so you didn´t understand my question.
I want to know if there is any way to register a method to the
Application Start event. I know there is one way, in Global.asax writing
code in
Application_Start
but this way is not possible for me because I need to do it without
implementing those methods in global.asax
What i need is something like:
AnyDotNetFrameworkClass.ApplicationStart += new EventHandler(My_Method);
Do you know if ApplicacionStart event is declared somewhere on the
framework so I can register to it?
Thanks in advance
Fernando Arámburu