0

I'm developing a social network using Microsoft Technologies. I want to make a Wall similar to the one in Facebbok. What is the best way to do it and display comments ? Repeaters ? I'm using classic ASP.NET not MVC

4

2 回答 2

1

It depends. Are you going to use Restful state or something else.

I personally use the repeater has you have more control over the HTML, Jquery etc that is being displayed.

AJAX toolkit in VS could give you the update panel to display items.

The easiest to develop and maintain is normally my approach, but everyone will have their preferences.

于 2010-05-13T12:10:25.997 回答
0

If you use 3.5 try ListView control which has new cool features comparing to Repeater.

于 2010-05-13T12:31:50.957 回答