Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From DataTable to the column's values
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
From DataTable to the column's values
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01399138
Message ID:
01399138
Vues:
116
Hi everybody,

This should be very easy, but I could not figure this out:
private void DisplayItemInfo(string ItemNo)
        {
            InventoryDS.ItemsDataTable invDt =_inventoryBiz.Find(ItemNo, null);

            if (invDt.Count > 0)
                //Show info
            else
              MessageBox.Show("The scanned item is not found in the inventory. Please select another item") ;
        }
How can I code the //Show info part?

Thanks a lot in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform