protected void Button1_Click(object sender, EventArgs e) { //ต้องเขียนโค้ดยังไงครับ แล้วต้องไปเพิ่มโค้ดที่ไฟล์ AutoComplete.cs ยังไงครับ var name = Convert.ToInt32(TextBoxSearch.Text); //Label.text = }
protected void Button1_Click(object sender, EventArgs e) { var customer = from c in db.customer where c.CustomerName.Contains(TextBoxSearch.Text) select c; int cid = (customer.Count() > 0) ? customer.First().ID : 0; Label1.Text = cid.ToString(); }
int cid; if (customer.Count() > 0) cid = customer.First().ID; else cid = 0;
if (TextBoxSearch.Text.Trim() != null) { int cid = (customer.Count() > 0) ? customer.First().CID : 0; Label1.Text = cid.ToString(); }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง