i have customer table have columns with
customer id
customer name
I have another table called address addressid addresstext
now i want to display the customer name and addresstext like this
customers
-----------
customer name 1
customer name 2
customer name 3
addresses
-----------
addresstext 1
addresstext 2
addresstext 3
like this in list view only single column above figure
would any one pls help on this..
I am using c# in winforms applications