惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Microsoft Security Blog
Microsoft Security Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Vercel News
Vercel News
Y
Y Combinator Blog
D
DataBreaches.Net
IT之家
IT之家
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
H
Help Net Security
GbyAI
GbyAI
C
Check Point Blog
L
LangChain Blog
小众软件
小众软件
T
The Blog of Author Tim Ferriss
MyScale Blog
MyScale Blog
G
Google Developers Blog
月光博客
月光博客
V
V2EX
M
MIT News - Artificial intelligence
博客园 - 叶小钗

博客园 - c#之旅

好久没有更新了,来露个头! GridView全选全不选以及读取隐藏列的值的方法 - c#之旅 - 博客园 使用css 控制GridView显示出来的数据 [转] 在asp.net 2.0中配置FCKeditor 2.6.4 ASP.NET 中使用Fckeditor 2.6.4 [幽默笑话]唐僧取经 表格细边框css 快过生日了,买了基本asp.net的书给自己做生日礼物 使用windows Live Writer来管理自己的博客 最近准备学习下asp.net ajax,朋友们多鼓励我啊! 使用 WebBrowser 控件作为 HTML 文本编辑器[转] 好久没有更新了,不知道还有没有人关注?呵呵! 又是一年春来到,祝大家有个好的开始。 挺好看的小说《商业三国》 新年快到了,祝大家新年快乐! 这些天工作太忙了,一点时间都没有了 研究了一下午,终于找到了把框架中的立体分割线变成平面的方法了(去除三维效果) - c#之旅 - 博客园 细表格备忘 - c#之旅 - 博客园 css框架样式备忘(转)
ASPxNewsControl 使用备忘
c#之旅 · 2007-10-02 · via 博客园 - c#之旅

To bind the control to a data source, use its ASPxDataWebControl.DataSourceID property. To indicate the way the control's items are populated from the data source, use the following properties:

  • DateField - specifies the data source field which provides item dates;
  • HeaderTextField - specifies the data source field which provides a content to item headers;
  • ImageUrlField - specifies the data source field which provides the URLs of item images;
  • NavigateUrlField - specifies the data source field which provides item URLs;
  • TextField - specifies the data source field which contains item descriptions.

在NavigateUrilField 中设置一个编号,一般是指新闻的ID编号。
在NavigateUrlFormatString中设置show.aspx?bianhao={0},可以链接到制定的地方。
在ItemSettings中,设置ShowHeaderAsLink让标题出现链接,Target设置目标框架。