Line | |
---|
1 | <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="OKBNamedDetailControl.ascx.cs" Inherits="WebControls.OKBNamedDetailControl" %>
|
---|
2 |
|
---|
3 |
|
---|
4 | <asp:Panel ID="Panel1" runat="server">
|
---|
5 | Detail:<br />
|
---|
6 | <table style="border: thin solid #C0C0C0; width:100%;">
|
---|
7 | <tr style="height: 30px; width:100%">
|
---|
8 | <td style="height: 30px; width:150px">
|
---|
9 | <asp:Button ID="btnStore" runat="server" onclick="btnStore_Click"
|
---|
10 | Text="Store" />
|
---|
11 | </td>
|
---|
12 | <td>
|
---|
13 | </td>
|
---|
14 | </tr>
|
---|
15 | <tr style="height: 30px; width:100%">
|
---|
16 | <td style="height: 30px; width:160px">
|
---|
17 | <asp:Label ID="lbName0" runat="server" Text="Name: "></asp:Label>
|
---|
18 | </td>
|
---|
19 | <td>
|
---|
20 | <asp:TextBox ID="tbName" runat="server" AutoPostBack="True"
|
---|
21 | ontextchanged="tbName_TextChanged" Width="95%"></asp:TextBox>
|
---|
22 | </td>
|
---|
23 | </tr>
|
---|
24 | <tr style="height: 30px; width:100%">
|
---|
25 | <td style="height: 30px; width:160px">
|
---|
26 | <asp:Label ID="lbDescription0" runat="server" Text="Description: "></asp:Label>
|
---|
27 | </td>
|
---|
28 | <td>
|
---|
29 | <asp:TextBox ID="tbDescription" runat="server" AutoPostBack="True"
|
---|
30 | ontextchanged="tbDescription_TextChanged" Width="95%"></asp:TextBox>
|
---|
31 | </td>
|
---|
32 | </tr>
|
---|
33 | </table>
|
---|
34 | </asp:Panel>
|
---|
35 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.