Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/03/11 20:31:27 (13 years ago)
Author:
wtollsch
Message:

#1433 completed add, delete and update methods for AlgorithmClass, Algorithm, ProblemClass, Problem in AdminModel

File:
1 edited

Legend:

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

    r6050 r6117  
    1616
    1717    <asp:ListBox ID="lbxAlgorithm" runat="server" DataSourceID="odsAlgorithm"
    18         DataTextField="Name" DataValueField="Id" Width="240px" Height="350px" style="margin-top: 0px"></asp:ListBox>
     18        DataTextField="Name" DataValueField="Id" Width="240px" Height="350px"
     19        style="margin-top: 0px" AutoPostBack="True"></asp:ListBox>
    1920    <asp:ObjectDataSource ID="odsAlgorithm" runat="server"
    2021        SelectMethod="AlgorithmsGetAll"
Note: See TracChangeset for help on using the changeset viewer.