- Timestamp:
- 05/03/11 20:31:27 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Algorithm.aspx
r6050 r6117 16 16 17 17 <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> 19 20 <asp:ObjectDataSource ID="odsAlgorithm" runat="server" 20 21 SelectMethod="AlgorithmsGetAll"
Note: See TracChangeset
for help on using the changeset viewer.