Server Error in '/' 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: 'LblTitle1' is not declared. It may be inaccessible due to its protection level.

Source Error:


Line 53: 
Line 54:                 i = 0
Line 55:                 LblTitle1.Text = Trim(myDataSet.Tables(0).Rows(i)("Title").ToString())
Line 56:                 LblTitle1.NavigateUrl = "article.aspx?id=" & Trim(myDataSet.Tables(0).Rows(i)("ArticleID").ToString())
Line 57:                 HyperImage1.NavigateUrl = "article.aspx?id=" & Trim(myDataSet.Tables(0).Rows(i)("ArticleID").ToString())

Source File: D:\Inetpub\vhosts\myappliancerepairs.com\boundlesspages.com\Default.aspx.vb    Line: 55





Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0