lakshmi sowmya

lakshmi sowmya

  • NA
  • 76
  • 102.2k

MVC4--display data in a nested repeater from database.

Dec 2 2013 1:39 AM
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.