Imports System.DataImports System.Data.Oledb
Public class Webform1 inherits system.web.ui.page
#Region "The code" of the web form designer "
'This call is required for the web form designer.
End Sub
'Note: The following placeholders declare are required by the web form designer. 'Don't delete or move it. Private DesignerPlaceHolderDeclaration as System.Object
Private Sub Page_init (Byval E AS System.EventArgs) Handles mybase.init 'Codegen: This method call is required by the Web Form Designer' Do not modify it using the code editor. InitializationComponent () End Sub
#End Region Dim MyConnection As OledbConnection
Private Sub Page_Load (Byval E AS System.EventArgs) Handles MyBase.Load 'Place Initialization Page here End Sub
END CLASS