Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2300
Line 5: '
Line 6: ' Changes to this file may cause incorrect behavior and will be lost if
Line 7: ' the code is regenerated.
Line 8: ' </autogenerated>
Line 9: '------------------------------------------------------------------------------
Line 10:
Line 11: Option Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports Microsoft.VisualBasic
Line 15: Imports System
Line 16: Imports System.Collections
Line 17: Imports System.Collections.Specialized
Line 18: Imports System.Configuration
Line 19: Imports System.Text
Line 20: Imports System.Text.RegularExpressions
Line 21: Imports System.Web
Line 22: Imports System.Web.Caching
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.SessionState
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.HtmlControls
Line 27: Imports System.Web.UI.WebControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31: Public Class contact_aspx
Line 32: Inherits System.Web.UI.Page
Line 33: Implements System.Web.SessionState.IRequiresSessionState
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Private Shared __stringResource As Object
Line 38:
Line 39: Private Shared __fileDependencies As System.Collections.ArrayList
Line 40:
Line 41: Public Sub New()
Line 42: MyBase.New
Line 43: Dim dependencies As System.Collections.ArrayList
Line 44: If (ASP.contact_aspx.__initialized = false) Then
Line 45: ASP.contact_aspx.__stringResource = System.Web.UI.TemplateControl.ReadStringResource(GetType(ASP.contact_aspx))
Line 46: dependencies = New System.Collections.ArrayList
Line 47: dependencies.Add("E:\Websites\mazonstatebank\contact.aspx")
Line 48: ASP.contact_aspx.__fileDependencies = dependencies
Line 49: ASP.contact_aspx.__initialized = true
Line 50: End If
Line 51: End Sub
Line 52:
Line 53: Protected Overrides ReadOnly Property SupportAutoEvents As Boolean
Line 54: Get
Line 55: Return false
Line 56: End Get
Line 57: End Property
Line 58:
Line 59: Protected ReadOnly Property ApplicationInstance As System.Web.HttpApplication
Line 60: Get
Line 61: Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 62: End Get
Line 63: End Property
Line 64:
Line 65: Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 66: Get
Line 67: Return "/"
Line 68: End Get
Line 69: End Property
Line 70:
Line 71: Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 72: __ctrl.SetRenderMethodDelegate(AddressOf Me.__Render__control1)
Line 73: End Sub
Line 74:
Line 75: Private Sub __Render__control1(ByVal __output As System.Web.UI.HtmlTextWriter, ByVal parameterContainer As System.Web.UI.Control)
Line 76: Me.WriteUTF8ResourceString(__output, 0, 3171, true)
Line 77:
Line 78: #ExternalSource("E:\Websites\mazonstatebank\contact.aspx",67)
Line 79: Response.Write FormatDateTime(Date, vbLongDate)
Line 80:
Line 81: #End ExternalSource
Line 82: Me.WriteUTF8ResourceString(__output, 3171, 4628, true)
Line 83: End Sub
Line 84:
Line 85: Protected Overrides Sub FrameworkInitialize()
Line 86: SetStringResourcePointer(ASP.contact_aspx.__stringResource, 7799)
Line 87: Me.__BuildControlTree(Me)
Line 88: Me.FileDependencies = ASP.contact_aspx.__fileDependencies
Line 89: Me.EnableViewStateMac = true
Line 90: Me.Request.ValidateInput
Line 91: End Sub
Line 92:
Line 93: Public Overrides Function GetTypeHashCode() As Integer
Line 94: Return 208178709
Line 95: End Function
Line 96: End Class
Line 97: End Namespace
Line 98:
|