Does Stack Overflow use Gridview or Listview for listing its questions and answers?
|
migrated from stackoverflow.com Mar 4 '10 at 16:22
|
My guess is, it's simply a for loop written in-line.
For instance... |
|||||
|
|
Stackoverflow is built using ASP.NET MVC, not webforms. So, they most likely just loop through the questions on the page and build the html. |
|||
|
|