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

Source Error:


Line 14: protected void Page_Load(object sender, EventArgs e){
Line 15: DataTable dtPageContentDtls = objbl.GetDataTable("SELECT * FROM CONTENT_PAGE_MST WHERE   IN_STATUS=1 AND VC_PAGEURL='"+System.IO.Path.GetFileNameWithoutExtension(Request.Path) + System.IO.Path.GetExtension(Request.Path)+"'");
Line 16: if(dtPageContentDtls.Rows.Count > 0){htmlContentLiteral.Text = dtPageContentDtls.Rows[0]["TXT_CONTENT"].ToString();}
Line 17: }}

Source File: d:\OriWeb\aiimsbhubaneswar.nic.in\researchPublications.aspx.cs    Line: 16







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