//*** Create Table **// Table Tb = new Table(); //Tb.BorderColor = Drawing.Color.Black(); Tb.BorderWidth = 1; //*** Rows ***// TableRow Tr; //*** Column ***// TableCell Tc; //*** Create Header ***// //*** New Rows ***// Tr = new TableRow(); //*** New Cell (Header CustomerID) ***// Tc = new TableCell(); //Tc.BorderColor = Drawing.Color.Black(); Tc.BorderWidth = 1; Label lblHeadCustomerID = new Label(); lblHeadCustomerID.Text = "CustomerID"; lblHeadCustomerID.Font.Bold = true;
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง