Check login status

  • Thread starter Thread starter ascll
  • Start date Start date
A

ascll

Greetings,



How to I know existing user already login to my website (using ASP.net 2.0,
MS Web Developer's login wizard)?



If the user already login, I would like to set the path for Hyperlink A to
"login/hyperlinkA", else the path will be "hyperlinkA".



Kindly advise, and show me the steps in detail.



Thanks.
 
Programatically:
Check if authenticated

Drag and drop:
Set up a login view and set the link in the logged in template to one link
and the non-logged in template to another.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

*************************************************
| Think outside the box!
|
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top