Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From DataTable to the column's values
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
From DataTable to the column's values
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01399138
Message ID:
01399138
Views:
115
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
Next
Reply
Map
View

Click here to load this message in the networking platform