just nondrying if I can achieve same look as this word table in asp.net. I know about gridView but I really want a controller to give me more flexibility when view the data from SQL server
just I want some advice in how to design same look

just nondrying if I can achieve same look as this word table in asp.net.
Share
Use a ListView with an itemtemplate. Then you can simply create it as an HTML table.
ListView Web Server Control Overview