开发者

What is the best way to display comments in ASP.NET?

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 no开发者_StackOverflow中文版t MVC


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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜