1: 2: 3: 4: 5: 6: 7: 8: 9:
Compiler Error Message: CS0103: The name 'IsNotFixed' does not exist in the current context Source Error: Line 25: <asp:TemplateField ShowHeader="False"> Line 26: <ItemTemplate> Line 27: <asp:LinkButton Visible='<%# IsNotFixed((bool)Eval("Fixed")) %>' ID="lnkMarkAsFixed" Line 28: runat="server" Line 29: CausesValidation="false"