swami swami

swami swami

  • NA
  • 29
  • 5.1k

MVC views

Feb 10 2014 2:19 PM
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)