Hi Rhys666,
I found the problem, or rather my prof did. SOAP serialized my BindingList<Order> into an array of Order. So what I had to do was convert the resultset back to a binding list. Here is the code I used:
private OrderEntryWS.OrderEntryWS objServer =
new...
Hi Rhys666,
Thank yo for your response. They are both of BindingList<Orders> type. Order is a class type.
Is there any way to change the list from a fixed length to a non fixed length... I am thinking maybe casting. Your thoughts.
Cheers
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.