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: CS1061: 'ASP.master_masterpage_master' does not contain a definition for 'uf_showtopbottom' and no extension method 'uf_showtopbottom' accepting a first argument of type 'ASP.master_masterpage_master' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 14:     protected void Page_Load(object sender, EventArgs e)
Line 15:     {
Line 16:         Master.uf_showtopbottom("Default");
Line 17:         Master.uf_showmenu("Default");
Line 18:     }

Source File: c:\inetpub\wwwroot\eegrpweb\iNet\main.aspx.cs    Line: 16





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