01.
<%@ Page Language=
"vb"
AutoEventWireup=
"false"
CodeBehind=
"Default.aspx.vb"
Inherits
=
"ProjectCap._Default"
%>
02.
04.
06.
<head runat=
"server"
>
07.
<title>Cap Process Status</title>
08.
</head>
09.
<body>
10.
<form id=
"form1"
runat=
"server"
>
11.
<div>
12.
13.
<asp:Panel ID=
"pnlAdd"
runat=
"server"
>
14.
<asp:Label ID=
"Label1"
runat=
"server"
Text=
"Order No."
></asp:Label>
15.
16.
<asp:TextBox ID=
"txtOrderNo"
runat=
"server"
Width=
"189px"
></asp:TextBox>
17.
<br />
18.
<br />
19.
Status (Process)
20.
<asp:DropDownList ID=
"DropDownList1"
runat=
"server"
AutoPostBack=
"True"
Height=
"17px"
Width=
"80px"
>
21.
<asp:ListItem Value=
"กรุณาเลือก Process"
>List Item</asp:ListItem>
22.
<asp:ListItem Value=
"01"
></asp:ListItem>
23.
<asp:ListItem Value=
"02"
></asp:ListItem>
24.
<asp:ListItem Value=
"03"
></asp:ListItem>
25.
<asp:ListItem Value=
"04"
></asp:ListItem>
26.
<asp:ListItem Value=
"05"
></asp:ListItem>
27.
<asp:ListItem Value=
"06"
></asp:ListItem>
28.
<asp:ListItem Value=
"07"
></asp:ListItem>
29.
<asp:ListItem Value=
"08"
></asp:ListItem>
30.
<asp:ListItem Value=
"09"
></asp:ListItem>
31.
</asp:DropDownList>
32.
<asp:TextBox ID=
"txtStatus"
runat=
"server"
style=
"margin-left: 0px"
Visible=
"False"
Width=
"36px"
></asp:TextBox>
33.
<br />
34.
<br />
35.
Last Time
36.
<asp:TextBox ID=
"txtDateTime"
runat=
"server"
Width=
"128px"
></asp:TextBox>
37.
<br />
38.
<br />
39.
<br />
40.
41.
<asp:Button ID=
"BtnSave"
runat=
"server"
Text=
"Save"
/>
42.
<br />
43.
<br />
44.
45.
<asp:Label ID=
"lblStatus"
runat=
"server"
ForeColor=
"Red"
></asp:Label>
46.
</asp:Panel>
47.
48.
<br />
49.
<br />
50.
51.
<br />
52.
<br />
53.
54.
55.
<br />
56.
<br />
57.
58.
<br />
59.
<br />
60.
61.
62.
63.
</div>
64.
</form>
65.
</body>
66.
</html>