MVC4--display data in a nested repeater from database.
Hi,
In our MVC application using visual studio 2010 + mvc4 we need to display data from multiple tables in a nested repeater.
Parent Repeater displays----Category Name,Category Id,checkbox.--from Category Table
child Repeater displays---SubCategory Name,Id ,checkbox -- from SubCategory Table.
How to accomplish this in mvc4 we don't have any repeater controls.New to MVC please help.