User-897379930 posted
The attempt: <asp:ImageButton runat="server" SkinID="UpdateImageButton" AccessKey="S" ImageUrl="Images/Save.png" ToolTip="<%# Resources.Buttons.UpdateText %>" AlternateText="<%# Resources.Buttons.UpdateText %>"/> The result: Server Error in '/' Application.
-------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify
your source file appropriately. Parser Error Message: Code blocks are not allowed in this file. Source Error: Line 55: <AlternatingRowStyle CssClass="DetailsViewAlternatingRowStyle" /> Line 56: </asp:DetailsView> Line 57: <asp:ImageButton Line 58: runat="server"
Line 59: SkinID="UpdateImageButton" Source File: /App_Themes/Default/Controls.skin Line: 57 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
Plea: Please Mr. Guthrie fix the parser! It will already accept Eval() and Bind() statements, so please add Resource files too!