how to Binding DataGridView to multiple Tables in DataViewManager
i have two tables 'customer' and 'Location' these tabls have relation i just want to dispaly these tables ina datagrid view like parent and child tabl开发者_如何学Goes(which is expandable one(+ like) when i click the + button it will display the child one in the same datagrid view
pls help me....
thanks...
This was asked 45 minutes ago.
EDIT: On further inspection, I see that the questions are slightly different. This one mentions expandable rows. But the titles are almost identical.
Here's an example of what you're looking for:
http://forums.asp.net/p/1098858/2716090.aspx
And another:
http://www.progtalk.com/viewarticle.aspx?articleid=54
精彩评论