Re: Asp.Net Equilivant of Me.Name



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
.



Relevant Pages

  • Re: [PHP] How can I know if a browser is cookies enables?
    ... On Sun, February 4, 2007 10:36 pm, Mauricio Muriel wrote: ... Send them ONE cookie and see if you get it back on the next page. ... Yeah, I get a buck. ...
    (php.general)
  • Re: [SLE] OpenOffice 1.1 RC2 Problems
    ... On Sun, 2003-07-27 at 10:50, Curtis Rey wrote: ... the X cookie is stored in $HOME/.Xauthority ... Getting to be a FAQ. ...
    (SuSE)
  • Read/Write Cookie in a Module
    ... How do I read and write a cookie in an ASP.Net module? ... I've tried importing ... What I'm trying to do is centralize cookie processing. ... Larry Rebich ...
    (microsoft.public.dotnet.framework.aspnet)
  • Page Navigation
    ... How do I save the current page in a cookie then return to that page from ... aspx Page 1: ... Or is there some better way of navigating? ... Larry Rebich ...
    (microsoft.public.dotnet.framework.aspnet)