I have one class named investmentdetails. I created two different controls for displaying separate data (properties) from same class. Is it possible? If yes then how?
+2
A:
Set the DataContext of your parent control (Window, User Control, Grid etc.) to the InvestmentDetails class, then bind to individual properties.
benPearce
2010-10-20 07:00:13
thank you It is working
mandarBadve
2010-10-20 07:33:00
@mandarBadve kindly mark the answers, if it helps. :)
Avatar
2010-10-20 11:49:22