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

Source Error:


Line 58:                             <div class="bank-content inline-block">
Line 59:                             <div class="bank-title"><%# Eval("Title")%></div>
Line 60:                                  <div><%# GetCountryName(Eval("Country.Name").ToString()) %></div>                           
Line 61:                                 <div>Swift Code: <%# Eval("SwiftCode")%></div>
Line 62:                                 <div><%# GetCurrencyCode(Eval("Country.Name").ToString()) %></div>

Source File: c:\inetpub\wwwroot\BLCBank\content\network\banks.aspx    Line: 60





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