Hi,
I need to repeat user controls dynamically in Silverlight using MVVM. Based on the data count i have to display the controls repeated. For example If employee details have 10 counts then i need to repeat the control ten times. I have attached the needed output format.
Employee Details : XXXXX
Employee Age : 34
Employee Details : YYYY
Employee Age : 42
Saran