*Experts* Bucky Posted July 29, 2002 *Experts* Posted July 29, 2002 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? Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
*Gurus* Derek Stone Posted July 29, 2002 *Gurus* Posted July 29, 2002 Dim u As Uri u = Request.Url Response.Write(u.AbsoluteUri) Quote Posting Guidelines
*Experts* Bucky Posted July 30, 2002 Author *Experts* Posted July 30, 2002 Perfect, thank you! Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.