Hi Vivek,Could you guide me through my code related to the same issue:Page page = System.Web.HttpContext.Current.Handler as Page;str = "page doesn't exist";if (page != null){ str = "page exists!!"; }There is the same runtime exception - object refere...