Hi Group,
I have written a HttpModule and I am calling a method on context.PreRequestHandlerExecute Now this method will be called on all page load. Can I know the event which called this page load. Rather if a user presses an Add button, can I know that an add button is clicked. May be not in this method, but can I know the event which is generated before actually the event function in my code behind gets called. Basically I want a centralized method which is called throughout application before actually the code behind code getting executed. And I don't want to called this method everywhere in my code behind pages. Regards, Sujay =================================== This list is hosted by DevelopMentor� http://www.develop.com NEW! ASP.NET courses you may be interested in: 2 Days of ASP.NET, 29 Sept 2003, in Redmond http://www.develop.com/courses/2daspdotnet Guerrilla ASP.NET, 13 Oct 2003, in Boston http://www.develop.com/courses/gaspdotnet View archives and manage your subscription(s) at http://discuss.develop.com
