In quel modo mi da un errore di compilazione:
codice:
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: CS1502: The best overloaded method match for 'giblors.eventi.StrTesto2(string)' has some invalid arguments
Source Error:
Line 84:<TD class="cella1">
Line 85:<asp:Label id="Label1" runat="server">
Line 86:<%#StrTesto2 (DataBinder.Eval(Container.DataItem, "Giorno")).ToString()%>
Line 87:</asp:Label>
Line 88:</TD>
Sonia