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”)
- Posted in : .NET
- Author : site admin
A bit of this and that. What I do?
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