Please help me......
Code:
Dim objCMD As New SqlCommand Dim objDA As New SqlDataAdapter Dim
Dim objCMD As New SqlCommand Dim objDA As New SqlDataAdapter Dim
<table cellpadding="0" cellspacing="0"
For intItem As Integer = 0 To lstBox.Items.Count - 1 For intSel As Integer = 0 To objDT.Rows.Count - 1 If lstBox.Items(intItem).Value = CInt(objDT.Rows(intSel).Item("Screen_Id")) Then lstBox.Items(intItem).Selected = True End If Next Next
Leave a comment: