Ask a Question related to ASP.NET General, Design and Development.
-
IntraRELY #1
Get the name of the current page
How do I get the name of the current .aspx page using vb.net in asp.net?
TIA,
Steve Wofford
[url]www.IntraRELY.com[/url]
IntraRELY Guest
-
Current Page Number
Hi, I'm a newbie at any kind of Acrobat development, but can't seem to find a way to get the current page number on the client side of a pdf... -
Refresh current page?
I have a page that when I hit refresh on my browswer always takes back to the default.cfm.. Is there anyway to check what the current page is and... -
complete URL of current page?
How can I get the complete URL of the current page? The best I have been able to come up with is: $selfURL = 'http://'.$_SERVER.$_SERVER; But... -
Tab Page containing current control
I pass a control to a subroutine for some validation. Depending on what the subroutine finds, I want to modify the tab page on which the control... -
redirect to another page based on text in the URL of the current page
Hi JPElectron, You were looking good until you got to the code. You're trying to use client-side code for your redirects, when you should be... -
niceguy #2
Re: Get the name of the current page
From the top of my head:
System.IO.Path.GetFileName(System.Web.HttpContext. Current.Request.Url.Absolu
tePath)
But maybe there is a shorter way ?
Hope it helps...
"IntraRELY" <IntraRELY@yahoo.com> wrote in message
news:eptmI4uVDHA.2040@TK2MSFTNGP11.phx.gbl...> How do I get the name of the current .aspx page using vb.net in asp.net?
>
> TIA,
>
> Steve Wofford
> [url]www.IntraRELY.com[/url]
>
>
niceguy Guest



Reply With Quote

