Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: newbie1001
  • Content: Threads
  • Order by date
  1. newbie1001

    AddItem() throwing "Item cannot be added to a read-only or fixed-size"

    Hi Guys, I have the following code for a bound data source: private OrderEntryWS.OrderEntryWS objServer = new OrderEntryWS.OrderEntryWS(); private void Form_Load(object sender, EventArgs e) { // Populate the binding source with // all the data from the orders table. // This method is...

Part and Inventory Search

Back
Top