Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
For example I have articles and categories and I want to show an article list in a DataGridView and I want to display (of Course not editable) the name of the category in a column. Is there a possibility to solve this without a view on the database? Because a view isn't updateable. Why isn't it possible to bind the column to Category_ID.Name?

Another explanation I'd like to display the name of my master record in a DataGridView where I display details records.
Posted
Updated 22-Dec-10 6:06am
v4

1 solution

Why not list the Categories in a ListBox/ComboBox. Then if your relationships are set up correctly the DGV should show the articles in that category.
 
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