Imports (Namespace)

xiaoxiao2021-03-06  43

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. private subinitializecomponent ()

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

转载请注明原文地址:https://www.9cbs.com/read-119394.html

New Post(0)