Getting page filename

Bucky

Contributor
Joined
Dec 23, 2001
Messages
791
Location
East Coast
I have an XML file with a bunch of links, categorized by, well, category.
I want to be able to write one ASP.NET page and then just rename it
to all the category names, and have it retrieve links from the XML file
based on the name of the ASP.NET file.

I have the XML reading part down pat, but is there any way I retrieve
the filename or URL of the ASP.NET page so I don't have to change it
for each file?
 
Back
Top