Description of Make your own Custom Context in ASP.NET :
Make your own Custom Context in ASP.NET is a web based article through which programmers can get an idea about working with own context text and HTTP context text, which can be shared accross web users control for the request. Here the author explains about System.Web.HttpContext.Current.Items, which helps to transmit the data that can be accessed by any web application. The author explains the above said method with the help of source code and example.