I need to learn how to create a click event for 2.0 LoginStatus control...

  • Thread starter Thread starter clintonG
  • Start date Start date
C

clintonG

The LoginStatus control does not have a click event.
If anybody is at all familiar with this control and can explain how to
create a click event I'm ready to learn something new.

<%= Clinton Gallagher
 
The LoginStatus control does not have a click event.
If anybody is at all familiar with this control and can explain how to
create a click event I'm ready to learn something new.

<%= Clinton Gallagher

Hi Clinton,

It's got a LoggingOut event, which is raised after the user has clicked the
link to logout. I don't know if that is of any use to you.
 
Tom Spink said:
Hi Clinton,

It's got a LoggingOut event, which is raised after the user has clicked
the
link to logout. I don't know if that is of any use to you.

Thanks Tom, I read through the class documentation and observed that event.
I've been thinking of changing the properties of the LoginStatus link text
to make the properties bold and red for example so the link text will be
more visible to encourage and remind members to log out before leaving the
site.

I need to learn to create events and over-ride controls sooner rather than
later and thought this control would be a good place to start noting I could
revert to using the Login control.

<%= Clinton Gallagher
 

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