Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/01/10 01:10:28 (13 years ago)
Author:
wtollsch
Message:

#1198 AddAlgorithmClass: prototype test successful... new AlgorithmClass added from HLWebOKBAdminPlugin

File:
1 edited

Legend:

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

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