<asp:Repeater ID="RepeaterAdjust" runat="server"> <HeaderTemplate> <table class="table table-striped header-fixed" > <thead> <tr > <th style="width:8%" >JobOrder</th> <th style="width:8%" >รหัสสี</th> <th style="width:20%">ชื่อสี</th> <th style="width:30%">Product</th> <th style="width:8%">แม่สี100%</th> <th style="width:10%">วันที่</th> <th style="width:6%">แก้ไข</th> <th style="width:8%">MsID</th> </tr> </thead> <tbody> </HeaderTemplate> <ItemTemplate> <tr> <td style="width:8%"><asp:Label id="lblJobOrder" runat="server"></asp:Label></td> <td style="width:8%"><asp:Label id="lblColorID" runat="server"></asp:Label></td> <td style="width:20%"><asp:Label id="lblColorName" runat="server"></asp:Label></td> <td style="width:30%"><asp:Label id="lblProductName" runat="server"></asp:Label></td> <td style="width:8%"><asp:TextBox ID="txtAmountEdit" runat="server" class="form-control input-sm" ></asp:TextBox></td> <td style="width:10%"><asp:Label id="lblDateEndJob" runat="server"></asp:Label></td> <td style="width:7%"><asp:LinkButton ID="btnEdit" CommandName="Edit" runat="server" Text="Edit" CssClass="btn btn-success" /></td> <td style="width:8%"><asp:Label id="lblMsID" runat="server"></asp:Label></td> </tr> </ItemTemplate> <FooterTemplate> </tbody> </table> </FooterTemplate> </asp:Repeater>
<asp:Repeater ID="RepeaterAdjust" runat="server"> <HeaderTemplate> <table class="table table-striped header-fixed" > <thead> <tr > <th style="width:8%" >JobOrder</th> <th style="width:8%" >รหัสสี</th> <th style="width:20%">ชื่อสี</th> <th style="width:30%">Product</th> <th style="width:8%">แม่สี100%</th> <th style="width:10%">วันที่</th> <th style="width:6%">แก้ไข</th> <th style="width:8%;display:none">MsID</th> -------> ปกติใส่ประมาณนี่คะ </tr> </thead> <tbody> </HeaderTemplate> <ItemTemplate> <tr> <td style="width:8%"><asp:Label id="lblJobOrder" runat="server"></asp:Label></td> <td style="width:8%"><asp:Label id="lblColorID" runat="server"></asp:Label></td> <td style="width:20%"><asp:Label id="lblColorName" runat="server"></asp:Label></td> <td style="width:30%"><asp:Label id="lblProductName" runat="server"></asp:Label></td> <td style="width:8%"><asp:TextBox ID="txtAmountEdit" runat="server" class="form-control input-sm" ></asp:TextBox></td> <td style="width:10%"><asp:Label id="lblDateEndJob" runat="server"></asp:Label></td> <td style="width:7%"><asp:LinkButton ID="btnEdit" CommandName="Edit" runat="server" Text="Edit" CssClass="btn btn-success" /></td> <td style="width:8%;display:none"><asp:Label id="lblMsID" runat="server"></asp:Label></td> -------> ปกติใส่ประมาณนี่คะ </tr> </ItemTemplate> <FooterTemplate> </tbody> </table> </FooterTemplate> </asp:Repeater>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง