<style type="text/css"> #form1 { text-align: center; } </style>
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>จำนวณผู้บริหารจำแนกตามระดับ</title> <style type="text/css"> #form1 { text-align: center; } </style> </head> <form id="form1" runat="server"> <div> <asp:Label ID="Label1" runat="server" style="text-align: center; font-family: 'TH SarabunPSK'; font-size: xx-large; font-weight: 700; color: #00CC99" Text="จำนวณผู้บริหารจำแนกตามระดับ"></asp:Label> </div> <asp:GridView ID="GridView1" runat="server" BackColor="#33CCFF" BorderColor="#FF66CC" BorderStyle="None" BorderWidth="2px" Height="463px" HorizontalAlign="Center" Width="928px"> <HeaderStyle BackColor="#FF66CC" BorderStyle="None" /> </asp:GridView> <br /> <asp:Label ID="Label2" runat="server" style="font-family: 'TH SarabunPSK'; font-size: xx-large; color: #FF6666; font-weight: 700;" Text="แสดงกราฟ"></asp:Label> <br /> <br /> <asp:Label ID="Label3" runat="server" style="font-size: large; color: #CC66FF" Text="เลือกประเภทของกราฟ"></asp:Label> <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="false" Height="35px" onselectedindexchanged="DropDownList1_SelectedIndexChanged" Width="279px"> </asp:DropDownList> <asp:Button ID="Button1" runat="server" Height="35px" Text="Select" Width="64px" onclick="Button1_Click" /> <br /> <br /> <asp:GridView ID="GridView2" runat="server" BackColor="#FFFF99" Height="82px" Width="872px" onselectedindexchanged="GridView2_SelectedIndexChanged" Visible="False"> <HeaderStyle BackColor="#99FF99" /> <SortedDescendingHeaderStyle Wrap="True" /> </asp:GridView> <br /> <br /> <asp:Chart ID="Chart1" runat="server" Height="534px" Width="629px"> <series> <asp:Series Name="Series1"> </asp:Series> </series> <chartareas> <asp:ChartArea Name="ChartArea1"> </asp:ChartArea> </chartareas> </asp:Chart> </form> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง