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 'litContent' does not exist in the current context

Source Error:


Line 27:             if (dt!=null && dt.Rows.Count > 0)
Line 28:             {
Line 29:                 litContent.Text = dt.Rows[0]["Content"].ToString();
Line 30:             }
Line 31:         }

Source File: d:\web\官网备份\sitecn\Search.aspx.cs    Line: 29






Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053