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: CS0103: The name 'lblmaincat' does not exist in the current context

Source Error:


Line 108:            if (dt.Rows.Count > 0)
Line 109:            {
Line 110:                lblmaincat.Text = dt.Rows[0]["catname"].ToString();
Line 111:                lbldesc.Text = dt.Rows[0]["catdesc"].ToString();
Line 112:

Source File: c:\inetpub\vhosts\missindiaexports.com\httpdocs\Catlog.aspx.cs    Line: 110






Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062