Z
Zulander
Hi,
i have a DLL that i have made, I need the page to keep it running until
the sesssion has ended.
When the users logs in using webcontrol login, i create the object when
the user has loged in but for some reason the object closes and does
not keep running, i know it starts up but it stop's for some reason !!
Partial Class Login
Inherits System.Web.UI.Page
Dim Monitor As FileMonitor.Monitor
Protected Sub Login1_LoggedIn(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Login1.LoggedIn
Dim Monitor As New FileMonitor.Monitor
Monitor.tEnabled = True
End Sub
End Class
thnak you
i have a DLL that i have made, I need the page to keep it running until
the sesssion has ended.
When the users logs in using webcontrol login, i create the object when
the user has loged in but for some reason the object closes and does
not keep running, i know it starts up but it stop's for some reason !!
Partial Class Login
Inherits System.Web.UI.Page
Dim Monitor As FileMonitor.Monitor
Protected Sub Login1_LoggedIn(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Login1.LoggedIn
Dim Monitor As New FileMonitor.Monitor
Monitor.tEnabled = True
End Sub
End Class
thnak you