|
|
Inheriting System.Web.HttpApplication |
|
|
Bipin Joshi |
|
|
ASP.NET / Miscellaneous |
|
|
Click to Visit |
|
|
42 |
Inheriting System.Web.HttpApplication is an article in which the author explains the procedure for defining functions that can be used in multiple web pages of a web application. You can place these functions in global.ascx file. The author shows how to create a class which is inherited from the HttpApplication class and defines the Application_Start, Session_Start, Session_End, Session_End methods inside this class in order to carry out the task.
|