<asp:GridView ID="GridView1" runat="server" CellPadding="2" ForeColor="Black" GridLines="None" OnRowCommand="GridView1_RowCommand" OnRowDataBound="GridView1_RowDataBound" AutoGenerateColumns="False" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" Width="100%" OnSelectedIndexChanged="GridView1_SelectedIndexChanged"> <AlternatingRowStyle BackColor="PaleGoldenrod" /> <FooterStyle BackColor="Tan" /> <HeaderStyle BackColor="Tan" Font-Bold="True" /> <PagerStyle BackColor="PaleGoldenrod" ForeColor="DarkSlateBlue" HorizontalAlign="Center" /> <SelectedRowStyle BackColor="DarkSlateBlue" ForeColor="GhostWhite" /> <SortedAscendingCellStyle BackColor="#FAFAE7" /> <SortedAscendingHeaderStyle BackColor="#DAC09E" /> <SortedDescendingCellStyle BackColor="#E1DB9C" /> <SortedDescendingHeaderStyle BackColor="#C2A47B" /> <Columns> <asp:TemplateField SortExpression="ProductID" HeaderText="รหัสสินค้า"> <ItemTemplate> <asp:Label ID="lblProductID" runat="server" Text='<%# Eval("ProductID") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField SortExpression="ProductName" HeaderText="ชื่อสินค้า"> <ItemTemplate> <asp:Label ID="lblProductName" runat="server" Text='<%# Eval("ProductName") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField SortExpression="UnitPrice" HeaderText="ราคาต่อหน่วย"> <ItemTemplate> <asp:Label ID="lblUnitPrice" runat="server" Text='<%# Eval("UnitPrice") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField SortExpression="UnitsInStock" HeaderText="คงเหลือ"> <ItemTemplate> <asp:Label ID="lblUnitsInStock" runat="server" Text='<%# Eval("UnitsInStock") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:TemplateField SortExpression="choise" HeaderText="จำนวนเลือกซื้อ"> <ItemTemplate> <asp:TextBox ID="Label1" runat="server" Text="" style="width:50px"></asp:TextBox> </ItemTemplate> </asp:TemplateField> <asp:TemplateField SortExpression="total" HeaderText="ราคารวม"> <ItemTemplate> <asp:TextBox ID="total" runat="server" Text="" style="width:80px"></asp:TextBox> </ItemTemplate> </asp:TemplateField> <asp:TemplateField SortExpression="UnitsOnOrder" HeaderText="เพิ่มรายการ"> <ItemTemplate> <asp:Button ID="Button1" runat="server" Text="คำนวน" /> </ItemTemplate> </asp:TemplateField> </Columns> </asp:GridView>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง