jump to navigation

ASP.NET Current Page Name December 23 2004

A quick note about determing the current page name in ASP.NET. Here is the VB Version:

Request.ServerVariables.Item(”SCRIPT_NAME”)

Comments

Sorry comments are closed for this entry