Hi all,
How do I display multiple database rows in the one textBox?
The textBox is bound to the Database table and should display 3 database values.
However it displays only one.
How do I join table rows??
e.g. My table has 3 rows with same ID and want them all displayed in textBox...
myField ID
----------------- ---------------
itemA 2
itemB 2
itemC 2
thanks.