Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: questions on path and file
> how to get the filename of the current page?
Check out the Request.Url property. It is a Uri object, and you can get all
kinds of information about the URL from it.
Request.ServerVariables["HTTP_REFERER"]> if it is posted from another aspx, how to get the previous url?
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.
"halogen" <pi@pi.edu> wrote in message
news:OSQcH0nPDHA.1556@TK2MSFTNGP10.phx.gbl...> how to get the filename of the current page?
>
> if it is posted from another aspx, how to get the previous url?
>
>
Kevin Spencer Guest
-
Please Advice. What´s the right path? plain file vs xml file
Hello Everybody! I´d like that you give me some advice on what the right approach to import some data from one system to another is. I know that... -
path questions...
am having some issues with modifying paths, and i'm curious what i'm missing. so, here's the deal... i will create a set of circles, with the... -
URL from File Path Name
I know there must be a function somewhere for converting a local file path name to the url path (i.e. /user/apache/htdocs/myDir/myFile.jpg to... -
How to get the file name from a path
Hi, How can I extract "filename" from /root/dir1/.../filename Cheers, Chetak. ... -
File Path
I was trying to use the ftp_put command. It worked for the files in the same directory as my php file, but if I try to fetch a file somewhere else...



Reply With Quote

