<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SqlClient"%>
<html>
<script language="
VB" runat="server">
dim str
dim id
Dim myConnection As SqlConnection
Sub Page_Load(Src As Object, E As EventArgs)
myConnection = New SqlConnection("server=sqlback;user id=sa;" _
& "database=jsal;Trusted_Connection=Yes")
If Not IsPostBack Then
BindGrid()
End If
End Sub
Public Sub BindGrid()
Dim myConnection As SqlConnection = _
New SqlConnection("server=sqlback;user id=sa;" _
& "database=jsal;Trusted_Connection=No")
Dim myCommand As SqlDataAdapter = New SqlDataAdapter("SELECT * " _
& " FROM tbl_Contact", myConnection)
Dim ds As DataSet= New DataSet()
myCommand.Fill(ds)
MyDataGrid.DataSource = ds
myCommand.Fill(ds, "tbl_Contact")
MyDataGrid.DataBind()
lblRecordCount.Text = ds.Tables("tbl_Contact").Rows.Count
End Sub
</script>
<SCRIPT LANGUAGE=javascript>
<!--
function gooffice(id)
{
var strId = id + "div"
var str = document.Form1.str.value
str = str.split(",")
alert(str)
for (var i=0 ; i < str.length -1 ; i ++)
{
if (str[i]==id)
{
document.getElementById(strId).style.visibility='v isible'
}
else
{
document.getElementById(str[i]+"div").style.visibility='hidden'
}
}
}
//-->
</SCRIPT>
<table border="0" width="616" cellspacing="0" cellpadding="0" class="smalltxtee">
<tr>
<td width="396" valign="top" height="17"> </td>
<td width="5" valign="top" height="17"></td>
<td width="215" valign="top" height="17"></td>
</tr>
<tr>
<td width="616" valign="top" colspan="3" height="15">
<form runat="server" ID="Form1">
<span id="Message" EnableViewState="false" style="font:arial 11pt;" runat="server" /><p>
<asp:label id="lblRecordCount" runat="server" ForeColor="Red" Font-Bold="True" />
<asp:DataList id="MyDataGrid" runat="server">
<ItemTemplate>
<table border="1" bgcolor="#FBFBFB" class="newstyl" width="100%" bordercolordark="#E1E1E1" cellspacing="0" cellpadding="0" bordercolorlight="#FFFFFF">
<tr>
<td width="100%">
<table border="0" width="100%" valign="top" class="newstyl" cellspacing="0" cellpadding="0">
<tr>
<td width="2%"></td>
<td width="96%"><strong>
<a href="javascript
:gooffice('<%#Container.DataItem(" id")%>')">
<%#Container.DataItem("BranchName")%></a>
<%
dim DivVal
dim strhtml=0
DivVal = DivVal+"<div id='""div" & "' style='position:absolute;visibility:hidden'>pop</div>"
%>
<%id=DataBinder.Eval(Container.DataItem, "id")%>
<%str = str & "&id&" & "," %>
</strong></td>
<td width="2%"></td>
</tr>
<asp:label id="Label51" runat="server" ForeColor="Red" Font-Bold="True" />
<asp:DataList id="Datalist51" runat="server">
<ItemTemplate>
<tr>
<td width="2%"></td>
<td width="96%"><img src="images/dot.gif" border="0"></td>
<td width="2%"></td>
</tr>
</ItemTemplate>
</asp:DataList>
</table>
</td>
</tr>
</table>
<%=DivVal%>
</ItemTemplate>
</asp:DataList>
<input type="text" name="str" value="<%=str%>">
</form>
</td>
</tr>
<tr>
<td width="396" valign="top"></td>
<td width="5" valign="top"></td>
<td width="215" valign="top"></td>
</tr>
</table>
</body>
</html>
error page
Server Error in '/JSAL' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'Container' is not declared.
Source Error:
Line 86: DivVal = DivVal+"<div id='""div" & "' style='position:absolute;visibility:hidden'>pop</div>"
Line 87: %>
Line 88: <%id=DataBinder.Eval(Container.DataItem, "id")%>
Line 89: <%str = str & "&id&" & "," %>
Line 90: </strong></td>
Source File: c:\inetpub\wwwroot\JSAL\contactus.aspx Line: 88
Compiler Warning Messages:
Warning: BC40004: variable 'id' conflicts with property 'id' in the base class 'Page' and so should be declared 'Shadows'.
Source Error:
c:\inetpub\wwwroot\JSAL\contactus.aspx
Line 4: <script language="
VB" runat="server">
Line 5: dim str
Line 6: dim id
Line 7: Dim myConnection As SqlConnection
Line 8: Sub Page_Load(Src As Object, E As EventArgs)
Show Detailed Compiler Output:
C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.0.3705\vbc.ex e" /t:library /utf8output /R:"c:\winnt\microsoft.net\framework\v1.0.3705\temp orary asp.net files\jsal\5b142fb5\5ebae4e7\assembly\dl\aa9d22d3\ 602159cf_1384c401\jsal.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.3300.0__b7 7a5c561934e089\system.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.0.3705\temp orary asp.net files\jsal\5b142fb5\5ebae4e7\jdnzces4.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices \1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseser vices.dll" /R:"c:\winnt\assembly\gac\system.web\1.0.3300.0__b0 3f5f7f11d50a3a\system.web.dll" /R:"c:\winnt\assembly\gac\system\1.0.3300.0__b77a5c 561934e089\system.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.3300.0 __b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.3300.0__b 77a5c561934e089\system.data.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.3 300.0__b03f5f7f11d50a3a\system.web.services.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Te mporary ASP.NET Files\jsal\5b142fb5\5ebae4e7\oru2pxm-.dll" /D:DEBUG=1 /debug+ /win32resource:"C:\WINNT\Microsoft.NET\Framework\v1 .0.3705\Temporary ASP.NET Files\jsal\5b142fb5\5ebae4e7\oru2pxm-.res" "C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempor ary ASP.NET Files\jsal\5b142fb5\5ebae4e7\oru2pxm-.0.
vb"
Microsoft (R) Visual Basic .NET Compiler version 7.00.9466
for Microsoft (R) .NET Framework version 1.00.3705
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.
c:\inetpub\wwwroot\JSAL\contactus.aspx(6) : warning BC40004: variable 'id' conflicts with property 'id' in the base class 'Page' and so should be declared 'Shadows'.
dim id
~~
c:\inetpub\wwwroot\JSAL\contactus.aspx(88) : error BC30451: Name 'Container' is not declared.
id=DataBinder.Eval(Container.DataItem, "id")
~~~~~~~~~
Show Complete Compilation Source:
Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.0.3705.0
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 ASP
Line 15: Imports Microsoft.VisualBasic
Line 16: Imports System
Line 17: Imports System.Collections
Line 18: Imports System.Collections.Specialized
Line 19: Imports System.Configuration
Line 20: Imports System.Data
Line 21: Imports System.Data.SqlClient
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.Security
Line 27: Imports System.Web.SessionState
Line 28: Imports System.Web.UI
Line 29: Imports System.Web.UI.HtmlControls
Line 30: Imports System.Web.UI.WebControls
Line 31:
Line 32: Namespace ASP
Line 33:
Line 34: <System.Runtime.CompilerServices.CompilerGlobalSco peAttribute()> _
Line 35: Public Class contactus_aspx
Line 36: Inherits System.Web.UI.Page
Line 37: Implements System.Web.SessionState.IRequiresSessionState
Line 38:
Line 39: Private Shared __autoHandlers As Integer
Line 40:
Line 41:
Line 42: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",64)
Line 43: Protected Message As System.Web.UI.HtmlControls.HtmlGenericControl
Line 44:
Line 45: #End ExternalSource
Line 46:
Line 47:
Line 48: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",65)
Line 49: Protected lblRecordCount As System.Web.UI.WebControls.Label
Line 50:
Line 51: #End ExternalSource
Line 52:
Line 53: Protected __control3 As System.Web.UI.DataBoundLiteralControl
Line 54:
Line 55:
Line 56: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",94)
Line 57: Protected __control4 As System.Web.UI.WebControls.Label
Line 58:
Line 59: #End ExternalSource
Line 60:
Line 61:
Line 62: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",95)
Line 63: Protected __control5 As System.Web.UI.WebControls.DataList
Line 64:
Line 65: #End ExternalSource
Line 66:
Line 67:
Line 68: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 69: Protected MyDataGrid As System.Web.UI.WebControls.DataList
Line 70:
Line 71: #End ExternalSource
Line 72:
Line 73:
Line 74: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 75: Protected Form1 As System.Web.UI.HtmlControls.HtmlForm
Line 76:
Line 77: #End ExternalSource
Line 78:
Line 79: Private Shared __intialized As Boolean = false
Line 80:
Line 81: Private Shared __stringResource As Object
Line 82:
Line 83: Private Shared __fileDependencies As System.Collections.ArrayList
Line 84:
Line 85:
Line 86: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",4)
Line 87:
Line 88: dim str
Line 89: dim id
Line 90: Dim myConnection As SqlConnection
Line 91: Sub Page_Load(Src As Object, E As EventArgs)
Line 92: myConnection = New SqlConnection("server=sqlback;user id=sa;" _
Line 93: & "database=jsal;Trusted_Connection=Yes")
Line 94: If Not IsPostBack Then
Line 95: BindGrid()
Line 96: End If
Line 97: End Sub
Line 98:
Line 99: Public Sub BindGrid()
Line 100: Dim myConnection As SqlConnection = _
Line 101: New SqlConnection("server=sqlback;user id=sa;" _
Line 102: & "database=jsal;Trusted_Connection=No")
Line 103: Dim myCommand As SqlDataAdapter = New SqlDataAdapter("SELECT * " _
Line 104: & " FROM tbl_Contact", myConnection)
Line 105: Dim ds As DataSet= New DataSet()
Line 106: myCommand.Fill(ds)
Line 107: MyDataGrid.DataSource = ds
Line 108: myCommand.Fill(ds, "tbl_Contact")
Line 109: MyDataGrid.DataBind()
Line 110: lblRecordCount.Text = ds.Tables("tbl_Contact").Rows.Count
Line 111: End Sub
Line 112:
Line 113:
Line 114: #End ExternalSource
Line 115:
Line 116: Public Sub New()
Line 117: MyBase.New
Line 118: Dim dependencies As System.Collections.ArrayList
Line 119: If (ASP.contactus_aspx.__intialized = false) Then
Line 120: ASP.contactus_aspx.__stringResource = System.Web.UI.TemplateControl.ReadStringResource(G etType(ASP.contactus_aspx))
Line 121: dependencies = New System.Collections.ArrayList
Line 122: dependencies.Add("c:\inetpub\wwwroot\JSAL\bottom.a spx")
Line 123: dependencies.Add("c:\inetpub\wwwroot\JSAL\top.aspx ")
Line 124: dependencies.Add("c:\inetpub\wwwroot\JSAL\contactu s.aspx")
Line 125: ASP.contactus_aspx.__fileDependencies = dependencies
Line 126: ASP.contactus_aspx.__intialized = true
Line 127: End If
Line 128: Me.Server.ScriptTimeout = 30000000
Line 129: End Sub
Line 130:
Line 131: Protected Overrides Property AutoHandlers As Integer
Line 132: Get
Line 133: Return ASP.contactus_aspx.__autoHandlers
Line 134: End Get
Line 135: Set
Line 136: ASP.contactus_aspx.__autoHandlers = value
Line 137: End Set
Line 138: End Property
Line 139:
Line 140: Protected ReadOnly Property ApplicationInstance As ASP.Global_asax
Line 141: Get
Line 142: Return CType(Me.Context.ApplicationInstance,ASP.Global_as ax)
Line 143: End Get
Line 144: End Property
Line 145:
Line 146: Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 147: Get
Line 148: Return "/JSAL"
Line 149: End Get
Line 150: End Property
Line 151:
Line 152: Private Function __BuildControlMessage() As System.Web.UI.Control
Line 153: Dim __ctrl As System.Web.UI.HtmlControls.HtmlGenericControl
Line 154:
Line 155: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",64)
Line 156: __ctrl = New System.Web.UI.HtmlControls.HtmlGenericControl("spa n")
Line 157:
Line 158: #End ExternalSource
Line 159: Me.Message = __ctrl
Line 160:
Line 161: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",64)
Line 162: __ctrl.ID = "Message"
Line 163:
Line 164: #End ExternalSource
Line 165:
Line 166: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",64)
Line 167: __ctrl.EnableViewState = false
Line 168:
Line 169: #End ExternalSource
Line 170:
Line 171: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",64)
Line 172: CType(__ctrl,System.Web.UI.IAttributeAccessor).Set Attribute("style", "font:arial 11pt;")
Line 173:
Line 174: #End ExternalSource
Line 175: Return __ctrl
Line 176: End Function
Line 177:
Line 178: Private Function __BuildControllblRecordCount() As System.Web.UI.Control
Line 179: Dim __ctrl As System.Web.UI.WebControls.Label
Line 180:
Line 181: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",65)
Line 182: __ctrl = New System.Web.UI.WebControls.Label
Line 183:
Line 184: #End ExternalSource
Line 185: Me.lblRecordCount = __ctrl
Line 186:
Line 187: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",65)
Line 188: __ctrl.ID = "lblRecordCount"
Line 189:
Line 190: #End ExternalSource
Line 191:
Line 192: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",65)
Line 193: __ctrl.ForeColor = System.Drawing.Color.Red
Line 194:
Line 195: #End ExternalSource
Line 196:
Line 197: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",65)
Line 198: __ctrl.Font.Bold = true
Line 199:
Line 200: #End ExternalSource
Line 201: Return __ctrl
Line 202: End Function
Line 203:
Line 204: Private Function __BuildControl__control3() As System.Web.UI.Control
Line 205: Dim __ctrl As System.Web.UI.DataBoundLiteralControl
Line 206: __ctrl = New System.Web.UI.DataBoundLiteralControl(3, 2)
Line 207: Me.__control3 = __ctrl
Line 208: __ctrl.SetStaticString(0, ""&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visual Basic.ChrW(10)&Microsoft.VisualBasic.ChrW(9)&Micro soft.VisualBasic.ChrW(9)&"<table border=""1"" bgcolor=""#FBFBFB"" class=""newstyl"" width=""100%"" bordercolord"& _
Line 209: "ark=""#E1E1E1"" cellspacing=""0"" cellpadding=""0"" bordercolorlight=""#FFFFFF"">"&Microsoft.VisualBas ic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" <tr"& _
Line 210: ">"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visua lBasic.ChrW(10)&" <td width=""100%"">"&Microsoft.VisualBasic.ChrW(13)&Mi crosoft.VisualBasic.ChrW(10)&Microsoft.VisualBasic .ChrW(13)&Microsoft.VisualBasic.ChrW(10)&"<table border=""0"" width=""100%"" valign=""top"" class=""n"& _
Line 211: "ewstyl"" cellspacing=""0"" cellpadding=""0"">"&Microsoft.VisualBasic.ChrW(13) &Microsoft.VisualBasic.ChrW(10)&" "&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualB asic.ChrW(10)&Microsoft.VisualBasic.ChrW(13)&Micro soft.VisualBasic.ChrW(10)&" <tr>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Vis ualBasic.ChrW(10)&" <td width=""2%""></t"& _
Line 212: "d>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" <td width=""96%""><strong>"&Microsoft.VisualBasic.ChrW (13)&Microsoft.VisualBasic.ChrW(10)&" "&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualB asic.ChrW(10)&" <a href=""javascript
:gooffice('")
Line 213: __ctrl.SetStaticString(1, "')"">"&Microsoft.VisualBasic.ChrW(13)&Microsoft.V isualBasic.ChrW(10)&" ")
Line 214: __ctrl.SetStaticString(2, "</a>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visua lBasic.ChrW(10)&Microsoft.VisualBasic.ChrW(9))
Line 215: AddHandler __ctrl.DataBinding, AddressOf Me.__DataBind__control3
Line 216: Return __ctrl
Line 217: End Function
Line 218:
Line 219: Public Sub __DataBind__control3(ByVal sender As Object, ByVal e As System.EventArgs)
Line 220: Dim Container As System.Web.UI.WebControls.DataListItem
Line 221: Dim target As System.Web.UI.DataBoundLiteralControl
Line 222: target = CType(sender,System.Web.UI.DataBoundLiteralControl )
Line 223: Container = CType(target.BindingContainer,System.Web.UI.WebCon trols.DataListItem)
Line 224:
Line 225: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",81)
Line 226: target.SetDataBoundString(0, System.Convert.ToString(Container.DataItem("id")))
Line 227:
Line 228: #End ExternalSource
Line 229:
Line 230: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",82)
Line 231: target.SetDataBoundString(1, System.Convert.ToString(Container.DataItem("Branch Name")))
Line 232:
Line 233: #End ExternalSource
Line 234: End Sub
Line 235:
Line 236: Private Function __BuildControl__control4() As System.Web.UI.Control
Line 237: Dim __ctrl As System.Web.UI.WebControls.Label
Line 238:
Line 239: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",94)
Line 240: __ctrl = New System.Web.UI.WebControls.Label
Line 241:
Line 242: #End ExternalSource
Line 243: Me.__control4 = __ctrl
Line 244:
Line 245: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",94)
Line 246: __ctrl.ID = "Label51"
Line 247:
Line 248: #End ExternalSource
Line 249:
Line 250: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",94)
Line 251: __ctrl.ForeColor = System.Drawing.Color.Red
Line 252:
Line 253: #End ExternalSource
Line 254:
Line 255: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",94)
Line 256: __ctrl.Font.Bold = true
Line 257:
Line 258: #End ExternalSource
Line 259: Return __ctrl
Line 260: End Function
Line 261:
Line 262: Private Sub __BuildControl__control6(ByVal __ctrl As System.Web.UI.Control)
Line 263: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 264:
Line 265: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",95)
Line 266: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Microsoft.VisualBa sic.ChrW(13)&Microsoft.VisualBasic.ChrW(10)&" <tr>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Vis ualBasic.ChrW(10)&" <td width=""2%""></td>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" <td width=""96%""><img src=""images/dot.gif"""& _
Line 267: " border=""0""></td>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" <td width=""2%""></td>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" </tr>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" "&Microsoft.VisualBasic.ChrW(9)))
Line 268:
Line 269: #End ExternalSource
Line 270: End Sub
Line 271:
Line 272: Private Function __BuildControl__control5() As System.Web.UI.Control
Line 273: Dim __ctrl As System.Web.UI.WebControls.DataList
Line 274:
Line 275: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",95)
Line 276: __ctrl = New System.Web.UI.WebControls.DataList
Line 277:
Line 278: #End ExternalSource
Line 279: Me.__control5 = __ctrl
Line 280:
Line 281: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",95)
Line 282: __ctrl.ID = "Datalist51"
Line 283:
Line 284: #End ExternalSource
Line 285:
Line 286: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",95)
Line 287: __ctrl.ItemTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control6)
Line 288:
Line 289: #End ExternalSource
Line 290: Return __ctrl
Line 291: End Function
Line 292:
Line 293: Private Sub __BuildControl__control2(ByVal __ctrl As System.Web.UI.Control)
Line 294:
Line 295: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 296: Me.__BuildControl__control3
Line 297:
Line 298: #End ExternalSource
Line 299: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 300:
Line 301: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 302: __parser.AddParsedSubObject(Me.__control3)
Line 303:
Line 304: #End ExternalSource
Line 305:
Line 306: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 307: Me.__BuildControl__control4
Line 308:
Line 309: #End ExternalSource
Line 310:
Line 311: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 312: __parser.AddParsedSubObject(Me.__control4)
Line 313:
Line 314: #End ExternalSource
Line 315:
Line 316: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 317: Me.__BuildControl__control5
Line 318:
Line 319: #End ExternalSource
Line 320:
Line 321: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 322: __parser.AddParsedSubObject(Me.__control5)
Line 323:
Line 324: #End ExternalSource
Line 325: __ctrl.SetRenderMethodDelegate(AddressOf Me.__Render__control2)
Line 326: End Sub
Line 327:
Line 328: Private Sub __Render__control2(ByVal __output As System.Web.UI.HtmlTextWriter, ByVal parameterContainer As System.Web.UI.Control)
Line 329: parameterContainer.Controls(0).RenderControl(__out put)
Line 330:
Line 331: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",83)
Line 332:
Line 333: dim DivVal
Line 334: dim strhtml=0
Line 335: DivVal = DivVal+"<div id='""div" & "' style='position:absolute;visibility:hidden'>pop</div>"
Line 336:
Line 337:
Line 338: #End ExternalSource
Line 339:
Line 340: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",88)
Line 341: id=DataBinder.Eval(Container.DataItem, "id")
Line 342:
Line 343: #End ExternalSource
Line 344:
Line 345: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",89)
Line 346: str = str & "&id&" & ","
Line 347:
Line 348: #End ExternalSource
Line 349: __output.Write(""&Microsoft.VisualBasic.ChrW(13)&M icrosoft.VisualBasic.ChrW(10)&" </strong></td>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" <td width=""2%""></td>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" </tr>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" "&Microsoft.VisualBasic.ChrW(13)&Microsoft.VisualB asic.ChrW(10)&" ")
Line 350:
Line 351: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",94)
Line 352: parameterContainer.Controls(1).RenderControl(__out put)
Line 353:
Line 354: #End ExternalSource
Line 355: __output.Write(""&Microsoft.VisualBasic.ChrW(13)&M icrosoft.VisualBasic.ChrW(10)&Microsoft.VisualBasi c.ChrW(9)&Microsoft.VisualBasic.ChrW(9))
Line 356:
Line 357: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",95)
Line 358: parameterContainer.Controls(2).RenderControl(__out put)
Line 359:
Line 360: #End ExternalSource
Line 361: __output.Write(" "&Microsoft.VisualBasic.ChrW(9)&Microsoft.VisualBa sic.ChrW(9)&Microsoft.VisualBasic.ChrW(13)&Microso ft.VisualBasic.ChrW(10)&"</table>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.V isualBasic.ChrW(10)&Microsoft.VisualBasic.ChrW(13) &Microsoft.VisualBasic.ChrW(10)&" </td>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&" </tr>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.Visu alBasic.ChrW(10)&"</table>"&Microsoft.VisualBasic.ChrW(13)&Microsoft.V isualBasic.ChrW(10))
Line 362:
Line 363: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",109)
Line 364: __output.Write(DivVal)
Line 365:
Line 366: #End ExternalSource
Line 367: __output.Write(""&Microsoft.VisualBasic.ChrW(13)&M icrosoft.VisualBasic.ChrW(10))
Line 368: End Sub
Line 369:
Line 370: Private Function __BuildControlMyDataGrid() As System.Web.UI.Control
Line 371: Dim __ctrl As System.Web.UI.WebControls.DataList
Line 372:
Line 373: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 374: __ctrl = New System.Web.UI.WebControls.DataList
Line 375:
Line 376: #End ExternalSource
Line 377: Me.MyDataGrid = __ctrl
Line 378:
Line 379: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 380: __ctrl.ID = "MyDataGrid"
Line 381:
Line 382: #End ExternalSource
Line 383:
Line 384: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",67)
Line 385: __ctrl.ItemTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control2)
Line 386:
Line 387: #End ExternalSource
Line 388: Return __ctrl
Line 389: End Function
Line 390:
Line 391: Private Function __BuildControlForm1() As System.Web.UI.Control
Line 392: Dim __ctrl As System.Web.UI.HtmlControls.HtmlForm
Line 393:
Line 394: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 395: __ctrl = New System.Web.UI.HtmlControls.HtmlForm
Line 396:
Line 397: #End ExternalSource
Line 398: Me.Form1 = __ctrl
Line 399:
Line 400: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 401: __ctrl.ID = "Form1"
Line 402:
Line 403: #End ExternalSource
Line 404:
Line 405: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 406: Me.__BuildControlMessage
Line 407:
Line 408: #End ExternalSource
Line 409: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 410:
Line 411: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 412: __parser.AddParsedSubObject(Me.Message)
Line 413:
Line 414: #End ExternalSource
Line 415:
Line 416: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 417: Me.__BuildControllblRecordCount
Line 418:
Line 419: #End ExternalSource
Line 420:
Line 421: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 422: __parser.AddParsedSubObject(Me.lblRecordCount)
Line 423:
Line 424: #End ExternalSource
Line 425:
Line 426: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 427: Me.__BuildControlMyDataGrid
Line 428:
Line 429: #End ExternalSource
Line 430:
Line 431: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",63)
Line 432: __parser.AddParsedSubObject(Me.MyDataGrid)
Line 433:
Line 434: #End ExternalSource
Line 435: __ctrl.SetRenderMethodDelegate(AddressOf Me.__RenderForm1)
Line 436: Return __ctrl
Line 437: End Function
Line 438:
Line 439: Private Sub __RenderForm1(ByVal __output As System.Web.UI.HtmlTextWriter, ByVal parameterContainer As System.Web.UI.Control)
Line 440: __output.Write(""&Microsoft.VisualBasic.ChrW(13)&M icrosoft.VisualBasic.ChrW(10)&Microsoft.VisualBasi c.ChrW(9)&Microsoft.VisualBasic.ChrW(9)&Microsoft. VisualBasic.ChrW(9)&Microsoft.VisualBasic.ChrW(9)& Microsoft.VisualBasic.ChrW(9))
Line 441:
Line 442: #ExternalSource("c:\inetpub\wwwroot\JSAL\contactus .aspx",64)
Line 443: parameterContainer.Controls(0).RenderControl(__out put)
Line 444:
Line 445:&n