asp.net 中转发器控件中的 HeaderText 值
如何设置中继器控件的列标题文本值?
How can I set the column header text value for a repeater control?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何设置中继器控件的列标题文本值?
How can I set the column header text value for a repeater control?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
使用
请注意,Repeater 控件完全是根据您自己的 HTML 自定义的,并且不会像 GridView 或 DataGrid 那样呈现
use the
<HeaderTemplate></HeaderTemplate>
Note though that the Repeater control is completely custom to your own HTML and does not render like a GridView or DataGrid