Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/11 22:07:58 (13 years ago)
Author:
wtollsch
Message:

#1433 AlgorithmClass, Algorithm, ProblemClass, Problem create/update appropriate controller/models/views, File upload (Algorithm / Problem)

File:
1 edited

Legend:

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

    r6162 r6246  
    99    <h2>
    1010        AlgorithmClass</h2>
    11     <asp:ListBox ID="lbxAlgorithmClasses" runat="server" DataTextField="Name" DataValueField="Id"
     11    <%--<asp:ListBox ID="lbxAlgorithmClasses" runat="server" DataTextField="Name" DataValueField="Id"
    1212        Height="350px" Style="margin-top: 0px" Width="240px" DataSourceID="odsAlgorithmClasses">
    1313    </asp:ListBox>
     
    1919    <p>
    2020        <%: Html.ActionLink("Create New", "Create") %>
    21     </p>
     21    </p>--%>
    2222
    2323    </form>
Note: See TracChangeset for help on using the changeset viewer.