Asp.Net Equilivant of Me.Name



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


.



Relevant Pages

  • RE: Authentication Ticket Persistance
    ... code running on login.xyz.net actually writes the authentication cookie, ... then checks the domain of the ReturnURL from the calling application ... Upon receiving your response, I decided to research the issue further. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Best Chocolate Chip Cookie - Ever
    ... not the cure for cancer. ... No name calling or no one get's to eat a cookie. ...
    (rec.food.cooking)
  • Re: can I still send cookies after Ive called session_start()
    ... >> cookie? ... I was calling it twice. ... Oddly, when I call session_start, output buffering is on, so I'm not ... header indicating that the characters are UTF-8, ...
    (comp.lang.php)
  • Cookie problem
    ... I have client-side javascript that create a cookie by calling ... after reading that cookie value I would like to reset ...
    (microsoft.public.dotnet.framework.aspnet)
  • Cookie array does not work ?
    ... // Get most recent cookie ... I appreciate that I shouldn't be calling my page variables by ... the same name as my cookie variables but that is not the problem - it ... Prev by Date: ...
    (comp.lang.php)