<td class=COMON> <asp:CheckBoxList ID="cblQACode" name="cblQACode" runat="server" RepeatDirection="Horizontal" onselectedindexchanged="cblQACode_SelectedIndexChanged"> </asp:CheckBoxList> </td>
try { CheckBoxList cbl = (CheckBoxList)FindControl(controlName); for (int i = 0; i < cbl.Items.Count; i++) { if (value.Contains(cbl.Items[i].Value)) { cbl.Items[i].Selected = true; } } } catch (Exception e6) {
try { // return ((CheckBoxList)FindControl(controlName)).Text; string tmpCBL = ""; CheckBoxList cbl = (CheckBoxList)FindControl(controlName); for (int i = 0; i < cbl.Items.Count; i++ ) { tmpCBL += cbl.Items[i].Value + ","; } tmpCBL = tmpCBL.Substring(0, tmpCBL.Length - 1); return tmpCBL; } catch (Exception e7) { return ""; }
public CheckBoxList GetInputCheckBoxList(string controlName) { return (CheckBoxList)FindControl(controlName); }
Response.Write("QA Code:" + GetHashValue(hash, "REQ_LINE_QA_CODE")); ItemForm.SetPreloadInput("cblQACode", GetHashValue(hash, "REQ_LINE_QA_CODE"));
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง