if (e.Row.RowType == DataControlRowType.DataRow) { if (e.Row.Cells[1].Text != e.Row.Cells[2].Text) e.Row.Cells[1].Text = "ราคาไม่ถูกต้อง"; }
if (e.Row.RowType == DataControlRowType.DataRow) { Label Label1 = e.Row.Cells[1].Controls[0] as Label; Label Label2 = e.Row.Cells[2].Controls[0] as Label; if (Label1.Text != Label2.Text) Label1 = "ราคาไม่ถูกต้อง"; }
Label Label1 = e.Row.Cells[1].FindControl("Label1") as Label;
if (e.Row.RowType == DataControlRowType.DataRow) { Label Label1 = (Label)(e.Row.FindControl("lblEDI_U_PRICE")); Label Label2 = (Label)(e.Row.FindControl("lblP_MASTER")); if (Label1 != Label2) { Label1.Text = "ราคา ไม่ถูกต้อง"; } }
int aa = Convert.ToInt32(Label1.Text);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง