Docs-->.NET-->API reference-->System.​Web.​UI.​Web​Controls-->Repeater

https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.repeater?view=netframework-4.7

A data-bound list control that allows custom layout by repeating a specified template for each item displayed in the list.

 

 

 

https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.repeateritem?view=netframework-4.7

Represents an item in the Repeater control.

 

Remarks

A RepeaterItem object represents an item in the Repeater control, such as the heading section, footer section, or a data item.

The data items of the Repeater control are stored in a RepeaterItemCollection object that can be accessed by using the Items property of the Repeater control.

You can use a RepeaterItem object to programmatically access the properties of an item in the Repeater control.

 

https://www.codeproject.com/Articles/23452/The-ASP-NET-Repeater-Control 

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(235)  评论(0编辑  收藏  举报
编辑推荐:
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 浏览器原生「磁吸」效果!Anchor Positioning 锚点定位神器解析
· 没有源码,如何修改代码逻辑?
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2016-06-02 Don't Block on Async Code
2015-06-02 NPOI的测试代码
2015-06-02 NPOI的源代码编译
2015-06-02 NPOI的版本查看
点击右上角即可分享
微信分享提示