01.
<table border=
"0"
width=
"800"
height=
"800"
>
02.
<tr height=
"200"
><td background=
"img/head.jpg"
width=
"800"
height=
"200"
valign=
"top"
></td></tr>
03.
04.
<tr height=
"600"
><td background=
"img/left.jpg"
width=
"200"
align=
"center"
valign=
"top"
><center>
05.
<br />
06.
<br />
07.
<br />
08.
<asp:Label ID=
"Label1"
runat=
"server"
Font-Bold=
"True"
Text=
"ค้นหาหนังสือ ใน Book Store"
Font-Size=
"XX-Large"
Width=
"390px"
></asp:Label><br />
09.
<br />
10.
<asp:TextBox ID=
"search"
runat=
"server"
Font-Size=
"Large"
Width=
"378px"
></asp:TextBox>
11.
<br />
12.
<br />
13.
<asp:Button ID=
"Button1"
runat=
"server"
Font-Bold=
"True"
Text=
":: :: ค้ น ห า :: ::"
14.
Width=
"200px"
/>
15.
16.
<asp:Button ID=
"Button2"
runat=
"server"
Text=
":: :: Clear :: ::"
Width=
"200px"
/><br />
17.
<br />
18.
19.
<asp:GridView ID=
"ansSearch"
runat=
"server"
AutoGenerateColumns=
"False"
>
20.
</asp:GridView>
21.
22.
</center></td>
23.
24.
</tr>
25.
26.
27.
</table>