For Each row As GridViewRow In grdView.Rows If row.RowType = DataControlRowType.DataRow Then Dim chkRow As CheckBox = TryCast(row.Cells(0).FindControl("chkRow"), CheckBox) If chkRow.Checked Then
$("#flexGridView tr").each(function () { var checkBox = $(this).find("input[type='checkbox']"); var textBox = $(this).find("input[type='text']"); if ($(checkBox).is(':checked')) { if (textBox.val().length === 0) { alert("You must specify the amount needed"); return false; } else { return true; } } }); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง