开发者

What I can use instead of GridView?

What I can use instead of gridview or how can I speed up loading? How to build something like stackoverflow 开发者_开发问答using for showing data? Is anyone has example with code source?


StackOverflow uses ASP.NET MVC, not ASP.NET. If you use ASP.NET MVC, you can use a simple foreach loop over a collection object in the ViewModel.


The Repeater is the fastest of the databinding controls available to you in asp.net webforms (even by Microsoft's own tests).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜