Line | |
---|
1 | <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="OKBNamedItemList.ascx.cs" Inherits="WebControls.OKBNamedItemList" %>
|
---|
2 |
|
---|
3 |
|
---|
4 | <asp:Panel ID="Panel1" runat="server" >
|
---|
5 | <table style="border: thin solid #C0C0C0; width: 100%; height: 100%">
|
---|
6 | <tr style="height: 30px; width: auto;" >
|
---|
7 | <td align="center" valign="middle" style="height: auto; width: auto; ">
|
---|
8 | <asp:Button ID="btn_New" runat="server" Text="new" />
|
---|
9 | <asp:Button ID="btn_Ascending" runat="server" Text="ascending"
|
---|
10 | onclick="btn_Ascending_Click" />
|
---|
11 | <asp:Button ID="tn_Descending" runat="server" Text="descending"
|
---|
12 | onclick="tn_Descending_Click" />
|
---|
13 | <asp:Button ID="btn_Delete" runat="server" Text="delete" />
|
---|
14 | </td>
|
---|
15 | </tr>
|
---|
16 | <tr style="height: 100%; width: auto">
|
---|
17 | <td style="height: 100%; width: auto">
|
---|
18 | <asp:ListBox ID="lb_NamedOKBItems" runat="server" Width="100%" Height="100%"
|
---|
19 | AutoPostBack="True"
|
---|
20 | onselectedindexchanged="lb_NamedOKBItems_SelectedIndexChanged">
|
---|
21 | </asp:ListBox>
|
---|
22 | </td>
|
---|
23 | </tr>
|
---|
24 | </table>
|
---|
25 | </asp:Panel> |
---|
Note: See
TracBrowser
for help on using the repository browser.