I\'m writing code on the master page, and I need to know which child (content) page is being displayed. How can I do this programmatically?
Page.Request.Url.PathAndQuery or one of the other properties of the Url Uri object should be available to you from the master page code.