5
Reply

MVC views

swami swami

swami swami

Feb 10 2014 2:19 PM
820
Hi All
How will I display a table in view information coming fro controller? It want to display data in the following format- 
                

Month1Month2Month3
Name1NoNoNo
Name2NoNoNo

Names, Months and Nos are coming from controller. Right now, I have format like following -
 
NameMonthNos
Name1Month1No1
Name2Month2No2

How will I show it in view?
Any help is appreciated. Thanks in advance..

Answers (5)