Click to See Complete Forum and Search --> : [RESOLVED] how to get the name of the loaded page


toraj58
November 23rd, 2008, 10:17 AM
how to get the name of the loaded page.

for e.g. the name of the page that i open in browser is about.aspx.
how i can get the name of this page at runtime then i can save it in a variable.

toraj58
November 25th, 2008, 10:12 AM
no hint?
it should be possible!

PeejAvery
November 25th, 2008, 11:10 AM
Why don't you just use the server variable?

Request.ServerVariables("URL")

toraj58
November 25th, 2008, 11:39 AM
because i didn't know i can use it. thanks:D