Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I find multiple columns in databindingsource
Message
De
26/05/2009 01:12:17
Arjun Bagojikop
Dynamic Super Software
Sangli, Inde
 
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01401506
Message ID:
01401921
Vues:
32
thanks a lot off Linda
it has worked for me Like this
   For Each odata As DataRowView In HeadBindSource
            If odata.Item("att_dt") = dt And odata.Item("shift_code") = shift_code Then
                HeadBindSource.Position = HeadBindSource.IndexOf(odata)
                Exit For
            End If
        Next
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform