Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.2407
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.Data
Line 20: Imports System.Data.SqlClient
Line 21: Imports System.Drawing
Line 22: Imports System.Text
Line 23: Imports System.Text.RegularExpressions
Line 24: Imports System.Web
Line 25: Imports System.Web.Caching
Line 26: Imports System.Web.Mail
Line 27: Imports System.Web.Security
Line 28: Imports System.Web.SessionState
Line 29: Imports System.Web.UI
Line 30: Imports System.Web.UI.HtmlControls
Line 31: Imports System.Web.UI.WebControls
Line 32:
Line 33: Namespace ASP
Line 34:
Line 35: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 36: Public Class ASPNETSearchDAHpage5Ausb
Line 37: Inherits System.Web.UI.Page
Line 38: Implements System.Web.SessionState.IRequiresSessionState
Line 39:
Line 40: Private Shared __autoHandlers As Integer
Line 41:
Line 42:
Line 43: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",138)
Line 44: Protected name As System.Web.UI.WebControls.TextBox
Line 45:
Line 46: #End ExternalSource
Line 47:
Line 48:
Line 49: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",139)
Line 50: Protected Message1 As System.Web.UI.WebControls.Label
Line 51:
Line 52: #End ExternalSource
Line 53:
Line 54:
Line 55: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",145)
Line 56: Protected email As System.Web.UI.WebControls.TextBox
Line 57:
Line 58: #End ExternalSource
Line 59:
Line 60:
Line 61: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",146)
Line 62: Protected Message2 As System.Web.UI.WebControls.Label
Line 63:
Line 64: #End ExternalSource
Line 65:
Line 66:
Line 67: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",157)
Line 68: Protected toName As System.Web.UI.WebControls.TextBox
Line 69:
Line 70: #End ExternalSource
Line 71:
Line 72:
Line 73: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",158)
Line 74: Protected Message3 As System.Web.UI.WebControls.Label
Line 75:
Line 76: #End ExternalSource
Line 77:
Line 78:
Line 79: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",165)
Line 80: Protected toEmail As System.Web.UI.WebControls.TextBox
Line 81:
Line 82: #End ExternalSource
Line 83:
Line 84:
Line 85: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",166)
Line 86: Protected Message4 As System.Web.UI.WebControls.Label
Line 87:
Line 88: #End ExternalSource
Line 89:
Line 90:
Line 91: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",180)
Line 92: Protected message As System.Web.UI.WebControls.TextBox
Line 93:
Line 94: #End ExternalSource
Line 95:
Line 96:
Line 97: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",191)
Line 98: Protected butOK As System.Web.UI.WebControls.Button
Line 99:
Line 100: #End ExternalSource
Line 101:
Line 102:
Line 103: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 104: Private __control2 As System.Web.UI.HtmlControls.HtmlForm
Line 105:
Line 106: #End ExternalSource
Line 107:
Line 108: Private Shared __initialized As Boolean = false
Line 109:
Line 110: Private Shared __stringResource As Object
Line 111:
Line 112: Private Shared __fileDependencies As System.Collections.ArrayList
Line 113:
Line 114:
Line 115: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",7)
Line 116:
Line 117:
Line 118: 'session info
Line 119:
Line 120:
Line 121: sub SubmitBtn_Click(Sender As Object, E As EventArgs)
Line 122:
Line 123: IF name.Text = "" Then
Line 124:
Line 125: Message1.Text = "Please enter your full name"
Line 126:
Line 127: else IF email.Text = "" Then
Line 128:
Line 129: Message2.Text = "Please enter your email address"
Line 130:
Line 131:
Line 132:
Line 133: else IF toName.Text = "" Then
Line 134:
Line 135: Message3.Text = "Please enter your friend's name"
Line 136:
Line 137: else IF toEmail.Text = "" Then
Line 138:
Line 139: Message4.Text = "Please enter your friend's email address"
Line 140:
Line 141: else
Line 142:
Line 143: Dim TheMailMessage as New MailMessage
Line 144: Dim TheMailConnection as SmtpMail
Line 145: Dim TheMessage as String
Line 146:
Line 147: SmtpMail.SmtpServer = "mailrelay.terrasite.com"
Line 148:
Line 149:
Line 150: TheMailMessage.From = email.Text
Line 151:
Line 152:
Line 153: TheMailMessage.To = toEmail.Text
Line 154:
Line 155:
Line 156: TheMailMessage.BCC = "joconnor888@hotmail.com"
Line 157:
Line 158: TheMailMessage.Subject = "I thought you might be interesed in this site"
Line 159:
Line 160: TheMessage = "<HTML><BODY>" & "<p>Hi " & toName.Text & ",<p>Here's a great online tickets website I found, check it out: <a href=http://www.bestshowticketslasvegas.com>Cheap Sports and Music Tickets</a><p>Find great deals on Premium & Sold Out tickets for Sports, Concerts, Theater, & Shows.<br>The fastest, easiest and most reliable way to buy your tickets online!<p>Use the navigation or the Search Box at the top right of the site to find the tickets you want.<p>" & message.Text & "<p>- " & name.Text & "<br>" & "<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
Line 161:
Line 162: #End ExternalSource
Line 163:
Line 164: Public Sub New()
Line 165: MyBase.New
Line 166: Dim dependencies As System.Collections.ArrayList
Line 167: If (ASP.ASPNETSearchDAHpage5Ausb.__initialized = false) Then
Line 168: ASP.ASPNETSearchDAHpage5Ausb.__stringResource = System.Web.UI.TemplateControl.ReadStringResource(GetType(ASP.ASPNETSearchDAHpage5Ausb))
Line 169: dependencies = New System.Collections.ArrayList
Line 170: dependencies.Add("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx")
Line 171: ASP.ASPNETSearchDAHpage5Ausb.__fileDependencies = dependencies
Line 172: ASP.ASPNETSearchDAHpage5Ausb.__initialized = true
Line 173: End If
Line 174: Me.Server.ScriptTimeout = 30000000
Line 175: End Sub
Line 176:
Line 177: Protected Overrides Property AutoHandlers As Integer
Line 178: Get
Line 179: Return ASP.ASPNETSearchDAHpage5Ausb.__autoHandlers
Line 180: End Get
Line 181: Set
Line 182: ASP.ASPNETSearchDAHpage5Ausb.__autoHandlers = value
Line 183: End Set
Line 184: End Property
Line 185:
Line 186: Protected ReadOnly Property ApplicationInstance As System.Web.HttpApplication
Line 187: Get
Line 188: Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 189: End Get
Line 190: End Property
Line 191:
Line 192: Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 193: Get
Line 194: Return "/"
Line 195: End Get
Line 196: End Property
Line 197:
Line 198: Private Function __BuildControlname() As System.Web.UI.Control
Line 199: Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 200:
Line 201: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",138)
Line 202: __ctrl = New System.Web.UI.WebControls.TextBox
Line 203:
Line 204: #End ExternalSource
Line 205: Me.name = __ctrl
Line 206:
Line 207: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",138)
Line 208: __ctrl.ID = "name"
Line 209:
Line 210: #End ExternalSource
Line 211:
Line 212: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",138)
Line 213: __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("150px", System.Globalization.CultureInfo.InvariantCulture)
Line 214:
Line 215: #End ExternalSource
Line 216:
Line 217: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",138)
Line 218: __ctrl.MaxLength = 150
Line 219:
Line 220: #End ExternalSource
Line 221:
Line 222: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",138)
Line 223: __ctrl.Rows = 2
Line 224:
Line 225: #End ExternalSource
Line 226: Return __ctrl
Line 227: End Function
Line 228:
Line 229: Private Function __BuildControlMessage1() As System.Web.UI.Control
Line 230: Dim __ctrl As System.Web.UI.WebControls.Label
Line 231:
Line 232: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",139)
Line 233: __ctrl = New System.Web.UI.WebControls.Label
Line 234:
Line 235: #End ExternalSource
Line 236: Me.Message1 = __ctrl
Line 237:
Line 238: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",139)
Line 239: __ctrl.ID = "Message1"
Line 240:
Line 241: #End ExternalSource
Line 242:
Line 243: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",139)
Line 244: __ctrl.ForeColor = System.Drawing.Color.Red
Line 245:
Line 246: #End ExternalSource
Line 247: Return __ctrl
Line 248: End Function
Line 249:
Line 250: Private Function __BuildControlemail() As System.Web.UI.Control
Line 251: Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 252:
Line 253: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",145)
Line 254: __ctrl = New System.Web.UI.WebControls.TextBox
Line 255:
Line 256: #End ExternalSource
Line 257: Me.email = __ctrl
Line 258:
Line 259: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",145)
Line 260: __ctrl.ID = "email"
Line 261:
Line 262: #End ExternalSource
Line 263:
Line 264: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",145)
Line 265: __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("150px", System.Globalization.CultureInfo.InvariantCulture)
Line 266:
Line 267: #End ExternalSource
Line 268:
Line 269: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",145)
Line 270: __ctrl.MaxLength = 150
Line 271:
Line 272: #End ExternalSource
Line 273:
Line 274: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",145)
Line 275: __ctrl.Rows = 2
Line 276:
Line 277: #End ExternalSource
Line 278: Return __ctrl
Line 279: End Function
Line 280:
Line 281: Private Function __BuildControlMessage2() As System.Web.UI.Control
Line 282: Dim __ctrl As System.Web.UI.WebControls.Label
Line 283:
Line 284: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",146)
Line 285: __ctrl = New System.Web.UI.WebControls.Label
Line 286:
Line 287: #End ExternalSource
Line 288: Me.Message2 = __ctrl
Line 289:
Line 290: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",146)
Line 291: __ctrl.ID = "Message2"
Line 292:
Line 293: #End ExternalSource
Line 294:
Line 295: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",146)
Line 296: __ctrl.ForeColor = System.Drawing.Color.Red
Line 297:
Line 298: #End ExternalSource
Line 299: Return __ctrl
Line 300: End Function
Line 301:
Line 302: Private Function __BuildControltoName() As System.Web.UI.Control
Line 303: Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 304:
Line 305: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",157)
Line 306: __ctrl = New System.Web.UI.WebControls.TextBox
Line 307:
Line 308: #End ExternalSource
Line 309: Me.toName = __ctrl
Line 310:
Line 311: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",157)
Line 312: __ctrl.ID = "toName"
Line 313:
Line 314: #End ExternalSource
Line 315:
Line 316: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",157)
Line 317: __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("150px", System.Globalization.CultureInfo.InvariantCulture)
Line 318:
Line 319: #End ExternalSource
Line 320:
Line 321: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",157)
Line 322: __ctrl.MaxLength = 150
Line 323:
Line 324: #End ExternalSource
Line 325:
Line 326: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",157)
Line 327: __ctrl.Rows = 2
Line 328:
Line 329: #End ExternalSource
Line 330: Return __ctrl
Line 331: End Function
Line 332:
Line 333: Private Function __BuildControlMessage3() As System.Web.UI.Control
Line 334: Dim __ctrl As System.Web.UI.WebControls.Label
Line 335:
Line 336: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",158)
Line 337: __ctrl = New System.Web.UI.WebControls.Label
Line 338:
Line 339: #End ExternalSource
Line 340: Me.Message3 = __ctrl
Line 341:
Line 342: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",158)
Line 343: __ctrl.ID = "Message3"
Line 344:
Line 345: #End ExternalSource
Line 346:
Line 347: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",158)
Line 348: __ctrl.ForeColor = System.Drawing.Color.Red
Line 349:
Line 350: #End ExternalSource
Line 351: Return __ctrl
Line 352: End Function
Line 353:
Line 354: Private Function __BuildControltoEmail() As System.Web.UI.Control
Line 355: Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 356:
Line 357: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",165)
Line 358: __ctrl = New System.Web.UI.WebControls.TextBox
Line 359:
Line 360: #End ExternalSource
Line 361: Me.toEmail = __ctrl
Line 362:
Line 363: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",165)
Line 364: __ctrl.ID = "toEmail"
Line 365:
Line 366: #End ExternalSource
Line 367:
Line 368: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",165)
Line 369: __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("150px", System.Globalization.CultureInfo.InvariantCulture)
Line 370:
Line 371: #End ExternalSource
Line 372:
Line 373: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",165)
Line 374: __ctrl.MaxLength = 150
Line 375:
Line 376: #End ExternalSource
Line 377:
Line 378: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",165)
Line 379: __ctrl.Rows = 2
Line 380:
Line 381: #End ExternalSource
Line 382: Return __ctrl
Line 383: End Function
Line 384:
Line 385: Private Function __BuildControlMessage4() As System.Web.UI.Control
Line 386: Dim __ctrl As System.Web.UI.WebControls.Label
Line 387:
Line 388: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",166)
Line 389: __ctrl = New System.Web.UI.WebControls.Label
Line 390:
Line 391: #End ExternalSource
Line 392: Me.Message4 = __ctrl
Line 393:
Line 394: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",166)
Line 395: __ctrl.ID = "Message4"
Line 396:
Line 397: #End ExternalSource
Line 398:
Line 399: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",166)
Line 400: __ctrl.ForeColor = System.Drawing.Color.Red
Line 401:
Line 402: #End ExternalSource
Line 403: Return __ctrl
Line 404: End Function
Line 405:
Line 406: Private Function __BuildControlmessage() As System.Web.UI.Control
Line 407: Dim __ctrl As System.Web.UI.WebControls.TextBox
Line 408:
Line 409: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",180)
Line 410: __ctrl = New System.Web.UI.WebControls.TextBox
Line 411:
Line 412: #End ExternalSource
Line 413: Me.message = __ctrl
Line 414:
Line 415: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",180)
Line 416: __ctrl.ID = "message"
Line 417:
Line 418: #End ExternalSource
Line 419:
Line 420: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",180)
Line 421: __ctrl.Width = System.Web.UI.WebControls.Unit.Parse("300px", System.Globalization.CultureInfo.InvariantCulture)
Line 422:
Line 423: #End ExternalSource
Line 424:
Line 425: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",180)
Line 426: __ctrl.MaxLength = 150
Line 427:
Line 428: #End ExternalSource
Line 429:
Line 430: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",180)
Line 431: __ctrl.Rows = 3
Line 432:
Line 433: #End ExternalSource
Line 434: Return __ctrl
Line 435: End Function
Line 436:
Line 437: Private Function __BuildControlbutOK() As System.Web.UI.Control
Line 438: Dim __ctrl As System.Web.UI.WebControls.Button
Line 439:
Line 440: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",191)
Line 441: __ctrl = New System.Web.UI.WebControls.Button
Line 442:
Line 443: #End ExternalSource
Line 444: Me.butOK = __ctrl
Line 445:
Line 446: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",191)
Line 447: __ctrl.ID = "butOK"
Line 448:
Line 449: #End ExternalSource
Line 450:
Line 451: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",191)
Line 452: CType(__ctrl,System.Web.UI.IAttributeAccessor).SetAttribute("type", "Submit")
Line 453:
Line 454: #End ExternalSource
Line 455:
Line 456: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",191)
Line 457: __ctrl.Text = "Send to a Friend Now"
Line 458:
Line 459: #End ExternalSource
Line 460:
Line 461: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",191)
Line 462: AddHandler __ctrl.Click, AddressOf Me.SubmitBtn_Click
Line 463:
Line 464: #End ExternalSource
Line 465: Return __ctrl
Line 466: End Function
Line 467:
Line 468: Private Function __BuildControl__control2() As System.Web.UI.Control
Line 469: Dim __ctrl As System.Web.UI.HtmlControls.HtmlForm
Line 470:
Line 471: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 472: __ctrl = New System.Web.UI.HtmlControls.HtmlForm
Line 473:
Line 474: #End ExternalSource
Line 475: Me.__control2 = __ctrl
Line 476: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 477:
Line 478: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 479: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(0, 457, true))
Line 480:
Line 481: #End ExternalSource
Line 482:
Line 483: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 484: Me.__BuildControlname
Line 485:
Line 486: #End ExternalSource
Line 487:
Line 488: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 489: __parser.AddParsedSubObject(Me.name)
Line 490:
Line 491: #End ExternalSource
Line 492:
Line 493: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 494: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" "))
Line 495:
Line 496: #End ExternalSource
Line 497:
Line 498: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 499: Me.__BuildControlMessage1
Line 500:
Line 501: #End ExternalSource
Line 502:
Line 503: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 504: __parser.AddParsedSubObject(Me.Message1)
Line 505:
Line 506: #End ExternalSource
Line 507:
Line 508: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 509: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(457, 358, true))
Line 510:
Line 511: #End ExternalSource
Line 512:
Line 513: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 514: Me.__BuildControlemail
Line 515:
Line 516: #End ExternalSource
Line 517:
Line 518: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 519: __parser.AddParsedSubObject(Me.email)
Line 520:
Line 521: #End ExternalSource
Line 522:
Line 523: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 524: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" "))
Line 525:
Line 526: #End ExternalSource
Line 527:
Line 528: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 529: Me.__BuildControlMessage2
Line 530:
Line 531: #End ExternalSource
Line 532:
Line 533: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 534: __parser.AddParsedSubObject(Me.Message2)
Line 535:
Line 536: #End ExternalSource
Line 537:
Line 538: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 539: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(815, 664, true))
Line 540:
Line 541: #End ExternalSource
Line 542:
Line 543: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 544: Me.__BuildControltoName
Line 545:
Line 546: #End ExternalSource
Line 547:
Line 548: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 549: __parser.AddParsedSubObject(Me.toName)
Line 550:
Line 551: #End ExternalSource
Line 552:
Line 553: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 554: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" "))
Line 555:
Line 556: #End ExternalSource
Line 557:
Line 558: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 559: Me.__BuildControlMessage3
Line 560:
Line 561: #End ExternalSource
Line 562:
Line 563: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 564: __parser.AddParsedSubObject(Me.Message3)
Line 565:
Line 566: #End ExternalSource
Line 567:
Line 568: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 569: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1479, 530, true))
Line 570:
Line 571: #End ExternalSource
Line 572:
Line 573: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 574: Me.__BuildControltoEmail
Line 575:
Line 576: #End ExternalSource
Line 577:
Line 578: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 579: __parser.AddParsedSubObject(Me.toEmail)
Line 580:
Line 581: #End ExternalSource
Line 582:
Line 583: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 584: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" "))
Line 585:
Line 586: #End ExternalSource
Line 587:
Line 588: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 589: Me.__BuildControlMessage4
Line 590:
Line 591: #End ExternalSource
Line 592:
Line 593: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 594: __parser.AddParsedSubObject(Me.Message4)
Line 595:
Line 596: #End ExternalSource
Line 597:
Line 598: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 599: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(2009, 869, true))
Line 600:
Line 601: #End ExternalSource
Line 602:
Line 603: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 604: Me.__BuildControlmessage
Line 605:
Line 606: #End ExternalSource
Line 607:
Line 608: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 609: __parser.AddParsedSubObject(Me.message)
Line 610:
Line 611: #End ExternalSource
Line 612:
Line 613: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 614: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(2878, 462, true))
Line 615:
Line 616: #End ExternalSource
Line 617:
Line 618: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 619: Me.__BuildControlbutOK
Line 620:
Line 621: #End ExternalSource
Line 622:
Line 623: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 624: __parser.AddParsedSubObject(Me.butOK)
Line 625:
Line 626: #End ExternalSource
Line 627:
Line 628: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",131)
Line 629: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" </p>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" <p> </p>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" "& _
Line 630: " "))
Line 631:
Line 632: #End ExternalSource
Line 633: Return __ctrl
Line 634: End Function
Line 635:
Line 636: Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 637: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 638:
Line 639: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",1)
Line 640: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(3340, 5497, true))
Line 641:
Line 642: #End ExternalSource
Line 643:
Line 644: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",1)
Line 645: Me.__BuildControl__control2
Line 646:
Line 647: #End ExternalSource
Line 648:
Line 649: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",1)
Line 650: __parser.AddParsedSubObject(Me.__control2)
Line 651:
Line 652: #End ExternalSource
Line 653:
Line 654: #ExternalSource("D:\Inetpub\BESTSHOWTICKETSLASVEGAS.COM\send-to-a-friend.aspx",1)
Line 655: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(8837, 23607, true))
Line 656:
Line 657: #End ExternalSource
Line 658: End Sub
Line 659:
Line 660: Protected Overrides Sub FrameworkInitialize()
Line 661: SetStringResourcePointer(ASP.ASPNETSearchDAHpage5Ausb.__stringResource, 32444)
Line 662: Me.__BuildControlTree(Me)
Line 663: Me.FileDependencies = ASP.ASPNETSearchDAHpage5Ausb.__fileDependencies
Line 664: Me.EnableViewStateMac = true
Line 665: Me.Request.ValidateInput
Line 666: End Sub
Line 667:
Line 668: Public Overrides Function GetTypeHashCode() As Integer
Line 669: Return 1632453587
Line 670: End Function
Line 671: End Class
Line 672: End Namespace
Line 673:
|