开发者

What I can use instead of GridView?

开发者 https://www.devze.com 2023-01-05 06:18 出处:网络
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

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

精彩评论

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