I wonder if Stackoverflow has used Gridview or a listview for listing their questions and Answers.
feedback
|
migrated from stackoverflow.com Mar 4 '10 at 16:22
This question came from our site for professional and enthusiast programmers.
|
My guess is, it's simply a for loop written in-line.
For instance... | |||||
feedback
|
|
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. | |||
|
feedback
|