Can someone post a sample code on how I can access the TempData dictionary object from within the Global.asax.cs?
Dictionary<string, object> tempDataDictionary = HttpContext.Current.Session["__ControllerTempData"] as Dictionary<string, object>;