dualshock03
Well-known member
- Joined
- Jan 28, 2007
- Messages
- 105
- Programming Experience
- 1-3
how can i put multiple database column in DataGridview's DataPropertyName?
I want to combine 3 DB columns from database,, then display it 1 column in dtagridview... any ways??
For example on strings i can create 3 combinations of 3 DB columns in a form of: virtualtxt = fstring & " " & mstring & " " & lstring
I want to combine 3 DB columns from database,, then display it 1 column in dtagridview... any ways??
For example on strings i can create 3 combinations of 3 DB columns in a form of: virtualtxt = fstring & " " & mstring & " " & lstring