Code
string currentFilePath = HttpContext.Current.Request.FilePath;
string CurrentPageName = currentFilePath.Substring(currentFilePath.LastIndexOf("/") + 1);
string currentFilePath = HttpContext.Current.Request.FilePath;
string CurrentPageName = currentFilePath.Substring(currentFilePath.LastIndexOf("/") + 1);