PortSight Secure Access Documentation

KB-SA-0010-How can I code an event handler for a successful registration or logon

 

Date:

September 1, 2004

 

Applies to:

Secure Access 2.1 and any later version

 

Summary:

How can I code an event handler for a successful registration or logon?

 

Solution:

In the code-behind of the Page where you put ARUILogonForm just put something like this

 

Private Sub LogonSuccessful_Event() Handles LogonCtrl.LogonSuccessful

    ?put your code here

End Sub

 

where LogonCtrl is the variable referencing the instance of ARUILogonForm.