如何删除datalist的第一行? [英] How to remove the first line of a datalist ?

查看:142
本文介绍了如何删除datalist的第一行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想删除作为RSS Feed绑定的数据列表的第一行,这是它的第一个标题。

Rss Feed就像这样

I want to remove the first line of a Data List that are binding as a RSS Feed, that is its first heading.
Rss Feed is like this

RSS-Feed - Zoll im Fokus
Hier erhalten Sie aktuelle Informationen über Pressemitteilungen, Erfolge des Zoll Ski Teams, Stellenangebote sowie Nachrichten des Zollmuseums.
Stellenangebot
Die Generalzolldirektion sucht eine Sachbearbeiterin oder einen Sachbearbeiter für das Service-Center Köln im Bereich Reisekostenabrechnung.







我想删除




I want to remove "

RSS-Feed - Zoll im Fokus

只有



有人帮帮我吗?该怎么办?



我尝试过:



" only

Is anybody help me?? how to do it??

What I have tried:

<asp:DataList ID="dlHeadZoll" runat="server"
                Style="width: 100%; height: 100%; margin-top: -100px;"
                               onitemdatabound="dlHeadZoll_ItemDataBound">
                               <ItemTemplate>
                                   <a href="<%# XPath("link") %>" target="_blank" style="color: Blue; font-weight: bold;">
                                       <%# XPath("title") %></a><br />
                                   <%# XPath("description") %>
                               </ItemTemplate>
                           </asp:DataList>

推荐答案

抱歉伙计们......我自己得到了结果..只有评论
sorry guys.. got the result by myself.. only comment
<%# XPath("title") %>


这篇关于如何删除datalist的第一行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆