I am new to ASP.NET. the problem is i have a View in database like this
number TVchannel Spots
101 channel1 5
102 channel2 7
103 channel3 3
what data component in asp.net shows that view into a different way, like this for example
number channel1 channel2 channel3
101 5 7 3
That was easy in script case but i cant find a component or a way to do it in .net. I am using framework 4.0.
Can GridView do this?