Public Class Protection: Inherits Page Public Sub Page_Load() If HttpContext.Current.Session("logged") Is Nothing Then Response.Redirect("Logind.aspx") End If End Sub End Class
Public Class defaultPage: Inherits Page 'Import Protection / Dim Protection As New Protection() / What ever Sub Page_Load()
Den moderne arbejdsplads er i stigende grad afhængig af mødelokaler til at fremme samarbejde, men dette skift medfører også stigende sikkerhedsudfordringer.
Public Class Protection: Inherits Page Public Sub Check() 'Gør noget End Sub End Class
Public Class defaultPage: Inherits Page Dim P As New Protection() Sub Page_Load() P.Check() End Sub End Class
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.