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: CS1061: 'ASP.admin_search_cmp_aspx' does not contain a definition for 'DataList3_ItemCommand' and no extension method 'DataList3_ItemCommand' accepting a first argument of type 'ASP.admin_search_cmp_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error: |
Line 18: <tr> Line 19: <td class="tbl"> Line 20: <asp:DataList ID="DataList3" runat="server" Line 21: onitemcommand="DataList3_ItemCommand" OnSelectedIndexChanged="DataList3_SelectedIndexChanged"> Line 22: <ItemTemplate>
|