Hi,
I am trying to obtain the Comapny Name field from Customer.
Here is an example...
Problem there is NO COMPANY parameter??? How can I get the company name?Code:TargetCustomer = new Customer(CommonLogic.QueryStringUSInt("CustomerID"), true, true); Label1.Text = TargetCustomer.FirstName; Label2.Text = TargetCustomer.Company;
Cheers Daren