เมื่อเราคลิกที่ Edit ถ้าข้อมูลเป็น True ให้ CheckBox ใน Gridview ถูก Check
ใช้การ FindControl ของ Checkbox ครับ
Dim chkCheck As Checkbox = CType(e.Row.FindControl("chkCheck"),Label)
IF Not IsNothing(chkCheck) Then
IF e.Row.DataItem("dataCheck") = True Then
chkCheck.Checked = True
End IF
End IF
Date :
2010-03-19 09:25:10
By :
webmaster
คุณ Mr.Win ค่ะ
ต้องนำโค้ดนี้ไปใส่ไว้ใน Event ไหนค่ะ
Date :
2010-03-19 10:28:05
By :
wi
Date :
2010-03-19 10:33:11
By :
webmaster
รบกวนอีกรอบนะค่ะ
คือว่าตอนนี้ใช้ฐานข้อมูลของ SQL Server 2000 จะใช้ method เหมือน Namespace ของ OleDb ได้ไหมค่ะ
เมื่อได้เอาโค้ดที่คุณ Mr.Win ให้มาไปใส่ไว้ใน RowEditing มันขึ้น Error ดังรูปค่ะ
เป็นเพราะอะไรค่ะ
Date :
2010-03-19 11:07:55
By :
wi
ใช้ GridViewRowEventArgs ครับ
Date :
2010-03-19 11:35:42
By :
webmaster
Date :
2010-03-19 11:36:05
By :
webmaster
ไม่ทราบว่า VB.Net 2008 จะสามารถใช้โค้ดที่คุณ Mr.Win ที่ให้มาได้หรือเปล่าค่ะ
เพราะที่พี่คนหนึ่งบอกว่า ต่าง version กัน Compernance ก็ต่างกัน ใช่หรือเปล่าค่ะ
Date :
2010-03-19 12:21:09
By :
wi
ได้ครับ
Date :
2010-03-19 12:47:26
By :
webmaster
Load balance : Server 00