开发者

Displaying web user controls in a grid with paging

开发者 https://www.devze.com 2023-04-11 09:33 出处:网络
I have written a user control and I want to display its instances in a grid (like a NxM cells开发者_运维百科 table) and with paging. Which control should I use and how to use it? A GridView or ListVie

I have written a user control and I want to display its instances in a grid (like a NxM cells开发者_运维百科 table) and with paging. Which control should I use and how to use it?


A GridView or ListView should be able to meet your requirements.

0

精彩评论

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