Error: GetImaePath Doesnot exist in current context

envoy

New Member
I am binding the gridview to GetImagePath to show the Image at the edit and delete button.as :\[code\]<asp:ImageButton ID="ibEdit" runat="server" CommandName="EditItem" CausesValidation="false" ImageUrl='<%#GetImagePath("edit.gif")%>' ToolTip="Edit Item" /> &nbsp;&nbsp;&nbsp;&nbsp; <asp:ImageButton ID="ibDelete" runat="server" CausesValidation="false" OnClick="ibDelete_Click" ImageUrl='<%#GetImagePath("action_delete.gif")%>' ToolTip="Delete Item" /> </ItemTemplate>\[/code\]but when i run, it shows me the following error
\[code\]GetImaePath Doesnot exist in current context\[/code\] what possible code i am missing or if there are any error. thanks for any assistence.
 
Back
Top