Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/10 18:16:25 (14 years ago)
Author:
wtollsch
Message:

#1198 prototype call methods from okb service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx

    r5005 r5081  
    11<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
    2 
    32
    43<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
     
    1716        <asp:ImageButton ID="btnAddAlgorithmClass" runat="server"             
    1817            ImageUrl="~/Resources/Plus.bmp" ToolTip="Add Class" BorderColor="Black"
    19             CommandArgument="Id" onclick="btnAddAlgorithmClass_Click" />
     18            CommandArgument="Id" onclick="~/Controllers/AddAlgorithmClass" />
    2019        <asp:ImageButton ID="btnDelAlgorithmClass" runat="server"
    2120            ImageUrl="~/Resources/Delete.bmp" ToolTip="Delete Class"
Note: See TracChangeset for help on using the changeset viewer.