code>>
Dim chkbx As CheckBoxList
chkbx = CType(Me.tdsetwork.FindControl("ChkBoxList"), CheckBoxList)
Functions.RelationSelect(chkbx, "WorkonBcre8")
Functions>>
Public Sub RelationSelect(ByRef Chklist As CheckBoxList, ByVal Table As String, _
Optional ByVal Mode As String = "Add", Optional ByVal Id As Integer = 0)
Dim tr As HtmlTableCell = Chklist.Parentเกิด Error Object reference not set to an instance of an object.
Dim ds As DataSet = DsReletion(Table, Mode, Id)
Chklist.Items.Clear()
Chklist.ID = "DG"
If Not ds Is Nothing Then
If ds.Tables(0).Rows.Count > 0 Then
Dim LItem As ListItem
For Each Dr As DataRow In ds.Tables(0).Rows
LItem = New ListItem
LItem.Value = Dr(0)
LItem.Text = Dr(1)
If Mode.Equals("Edit") Then
LItem.Selected = IsOnRelation(Table, Id, Dr(0))
ElseIf Mode.Equals("View") Then
Chklist.Enabled = False
LItem.Selected = True
End If
Chklist.Items.Add(LItem)
Next
Else
Chklist.Visible = False
End If
End If
End Sub
Date :
2009-06-10 11:05:46
By :
rinja
No. 5
Guest
ของผมก็ Error Object reference not set to an instance of an object แต่ว่ามันไปฟ้องตรงที่
ผมเช็คดู connection ว่าเปิดหรือปิดอยู่อะคับ
Date :
2010-02-04 11:11:59
By :
ืำนิวว
No. 6
Guest
da.Fill(ds, "booktake")
มัน error ตรงนี้
แล้วมันก้ฟ้องว่า Object reference not set to an instance of an object
จะแก้ไงได้อย่างไรค่ะ
Date :
2010-07-12 13:40:43
By :
puiza31
No. 7
Guest
55555555555555555555555
Date :
2011-09-24 22:51:05
By :
..........
No. 8
Guest
Object reference not set to an instance of an object.(หลังจากที่กดปุ่ม ยกเลิกออกจากการออกอิน)
มันฟ้องหลังจากที่เรากดรันแล้วครับ แต่ว่าในตอนเขียนมันไม่มีเออเรอเลยนะครับ