is there an event in asp.net 1.1 thats triggered when a request for the page is recieved? i want to take info from this request ( browser type , location ) and what not.
You may also want to have a look at the IHttpModule interface. Theres a lot of examples around online for it. You can do some cool stuff by injecting yourself into various parts of the Request/Response streams.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.