Description of Globalization :
This is a simple tutorial which is more informative to the .NET programmers to get the solution for placing the variables and methods globally on a web application. The author shows how to perform this operation using Global.asax, Modules, Include Files and User control. The author shows you how to add a file in the required web page using the include directive with a sample program. The author also shows how to create user control and modules with a sample program. This tutorial also shows how to define the events of the session and application objects in the global.asax file.