Ask a Question related to ASP.NET General, Design and Development.
-
Eddie Celebi #1
page name
Hi folks
I want to be able to workout the name of the page from within a
System.Web.UI.Page. I want to save it as a return page in a session. Where
do I get this from and is this the best way to do it?
Also where can I get the IP address of the client.
Any help most welcome.
Thanks
Eddie
Eddie Celebi Guest
-
Splitting or separating 1 multi page pdfdocument into individual page documents
I am looking for any product that will take a multi page pdf file and burst or separate it into individual pdf files created from each page. Mac... -
Trouble loading administrator/index.cfm page--i am askedto save the page
Please help....i've been stuck for days on this problem... Basically, I installed coldfusion and at the end of the installation, it told me that... -
Accessing Values of local variables in previous page when using custom error page
Hello, I have created a nice funky 500 - 100 error page which gives a nicer error; happily loops through and supplies querysting information, all... -
Prevent 'Page has expired' when a client hits back to return to a search page
I have a search page that I want to enable private caching so that when a user hits the back button they dont get the page has expired error. I... -
Calling a html page from an asp page then returning to the next statement on the original asp page
Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are... -
Leonard #2
page name
The relative page file name is in Request.FilePath. The
full page file name is in Request.PhysicalPath. The IP
Address is in Request.UserHostAddress. It, also, may be
available in Request.UserHostName, which is to get some
DNS information that I have yet to see.within a>-----Original Message-----
>Hi folks
>
>I want to be able to workout the name of the page froma session. Where>System.Web.UI.Page. I want to save it as a return page in>do I get this from and is this the best way to do it?
>
>Also where can I get the IP address of the client.
>
>Any help most welcome.
>
>Thanks
>
>Eddie
>
>
>.
>Leonard Guest
-
Eddie Celebi #3
Re: page name
Thanks alot Leonard :-)
"Leonard" <EagleRed@HighflyingBirds.com> wrote in message
news:008501c35b71$731a6e90$a401280a@phx.gbl...> The relative page file name is in Request.FilePath. The
> full page file name is in Request.PhysicalPath. The IP
> Address is in Request.UserHostAddress. It, also, may be
> available in Request.UserHostName, which is to get some
> DNS information that I have yet to see.> within a> >-----Original Message-----
> >Hi folks
> >
> >I want to be able to workout the name of the page from> a session. Where> >System.Web.UI.Page. I want to save it as a return page in> >do I get this from and is this the best way to do it?
> >
> >Also where can I get the IP address of the client.
> >
> >Any help most welcome.
> >
> >Thanks
> >
> >Eddie
> >
> >
> >.
> >
Eddie Celebi Guest



Reply With Quote

