get current page name in c# asp.net

            string filename = Path.GetFileName(Request.Path);
            System.Diagnostics.Debug.WriteLine("filename: " + filename);

Comments

Popular posts from this blog

like php