Re: Asp.Net Equilivant of Me.Name
- From: "Rad [Visual C# MVP]" <nospam@xxxxxxxxxx>
- Date: Sun, 17 Dec 2006 22:23:30 +0300
On Sun, 17 Dec 2006 16:25:07 GMT, Larry Rebich wrote:
Is there an Asp.Net equilvant of VB6's Me.Name? And hopefully it will
contain the path of the page.
What I want to do is use the name as the return page from a called page. I'd
like to write something like:
'Calling page:
Save me.name in Cookie
Call SomePage
--------
'Called SomePage
Do Stuff
Get me.name from Cookie
Return to me.name
Or is there a better way to do this?
Thanks,
Larry
Have a look at the following properties o the request object and see if
they can do what you are looking for
- Path
- RawURL
- URL
--
Bits.Bytes
http://bytes.thinkersroom.com
.
- References:
- Asp.Net Equilivant of Me.Name
- From: Larry Rebich
- Asp.Net Equilivant of Me.Name
- Prev by Date: Asp.Net Equilivant of Me.Name
- Next by Date: RE: App.Config: using doctype and entity blocks
- Previous by thread: Asp.Net Equilivant of Me.Name
- Next by thread: Re: Web Service Question
- Index(es):
Relevant Pages
|