Click here to Skip to main content
15,897,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have display three different cells value from access three different table with merge each other but the value display in three separate rows the problem is that i want to show the in one row in datagridview in c# window application how i can do this anyone can help me

What I have tried:

three different tables different columns value in single row in c#
Posted
Updated 10-Dec-17 9:04am
Comments
OriginalGriff 10-Dec-17 10:01am    
Show us the code you are using at the moment: we have no idea where you get the tatbel data from, or how.

Use the "Improve question" widget to edit your question and provide better information.

1 solution

Assuming you are using WinForms, you can try to use a DataSet as the source of the DataGridView.
See example here: c# - Loading DataTable with multiple tables select query - Stack Overflow[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900