01.
<asp:GridView ID=
"gdAIT"
runat=
"server"
AutoGenerateColumns=
"False"
02.
CellPadding=
"4"
ForeColor=
"#333333"
style=
"text-align: left; font-size: small"
03.
Width=
"756px"
>
04.
<RowStyle BackColor=
"#FFFBD6"
ForeColor=
"#333333"
HorizontalAlign=
"Center"
/>
05.
<Columns>
06.
<asp:TemplateField HeaderText=
"NO."
>
07.
<ItemTemplate>
08.
<asp:Label ID=
"LabelNO"
runat=
"server"
09.
Text=
"<%# Container.DataItemIndex + 1 %>"
></asp:Label>
10.
</ItemTemplate>
11.
<ItemStyle HorizontalAlign=
"Center"
Width=
"60px"
/>
12.
</asp:TemplateField>
13.
<asp:BoundField DataField=
"empid"
HeaderText=
"empid"
/>
14.
<asp:BoundField DataField=
"proworklogin"
HeaderText=
"proworklogin"
/>
15.
<asp:BoundField DataField=
"proworklocationlogin"
16.
HeaderText=
"proworklocationlogin"
/>
17.
<asp:ImageField HeaderText=
"Image Login"
DataAlternateTextField=
"proworkloginimage"
DataImageUrlField=
"proworkloginimage"
>
18.
</asp:ImageField>
19.
<asp:BoundField DataField=
"proworklogout"
HeaderText=
"proworklogout"
/>
20.
<asp:BoundField DataField=
"proworklocationlogout"
21.
HeaderText=
"proworklocationlogout"
/>
22.
<asp:ImageField HeaderText=
"Image Logout"
>
23.
</asp:ImageField>
24.
</Columns>
25.
<FooterStyle BackColor=
"#990000"
Font-Bold=
"True"
ForeColor=
"White"
/>
26.
<PagerStyle BackColor=
"#FFCC66"
ForeColor=
"#333333"
HorizontalAlign=
"Center"
/>
27.
<SelectedRowStyle BackColor=
"#FFCC66"
Font-Bold=
"True"
ForeColor=
"Navy"
/>
28.
<HeaderStyle BackColor=
"#990000"
Font-Bold=
"True"
ForeColor=
"White"
29.
HorizontalAlign=
"Center"
/>
30.
<AlternatingRowStyle BackColor=
"White"
/>
31.
</asp:GridView>