views:

76

answers:

1

Hi,

How to create dynamic checkboxes at run time from the databases values using MVVM pattern. I have set all the table columns as get;set; properties in Model. But not getting how to create the checkboxes using MVVM and where to put what means where to put database connections and functions for that and how to bind the dynamically created checkboxes in xaml and in viewmodel?

Kindly Suggest?

Thanks