I have a SQL Server 2008 R2 table, which has 4 columns:\[code\]ID, Name, CPU, Date \[/code\]I want to display this data in a HTML table in ASP.NET, using C# - how can I do that?I mean, I know there is a grid view, but I want to put my own css. Anyway can give some tips or the way I can do it?In short words, I want to display my SQL Server data into my html table, which I designed as I like, how can I do that?