You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
613 B

imports System
imports OboutInc
Public Class vb_login
Inherits OboutInc.oboutAJAXPage
Protected callbackPanelLogin As CallbackPanel
Protected callbackPanelSearchInDatabase As CallbackPanel
Protected callbackPanelProcessing As CallbackPanel
Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
' this event is used for a better view of the client side panel update
AddHandler callbackPanelLogin.BeforePanelUpdate, AddressOf oboutAJAXPage_BeforePanelUpdate
AddHandler callbackPanelSearchInDatabase.BeforePanelUpdate, AddressOf oboutAJAXPage_BeforePanelUpdate