I am rookie to asp.net . I am developing a application in asp.net 3.5 , on that i need to start a timer ticker whenever the site is requested to open, and ends whenever the page is closed . Heard about the Global.asax file . But , is there any possibility to call the function of another class from Global.asax . Any one help me
Share
Yes, you can instantiate the
classesand callmethodsfrom the handlers of Application event file.Create instance of Foo: