TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
edu de souza
NA
65
0
XPath, how can I split data? (c#)
Aug 22 2008 10:22 AM
Hi folks,
I have a c# application that reads a xml file. So far so good, but I need to split a data stored in a xml node:
<dc_infoadicional>Banhoooo$Joaquim Aguiar$14/02/2006</dc_infoadicional>
I´m going to use $ as key.
How can I do that?
My code goes above:
<asp:XmlDataSource ID="XmlDataSource1"
runat="server"
DataFile="galeria.xml"
XPath="Concurso/Row">
</asp:XmlDataSource>
<asp:GridView ID="GridView1"
runat="server"
AutoGenerateColumns="False"
AllowPaging="True"
DataSourceID="XmlDataSource1">
<Columns>
<asp:TemplateField>
<ItemTemplate>
<%#XPath("dc_infoadicional")%>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
Many thanks.
Reply
Answers (
1
)
MSMQ to SQL Server in faster way
NP130 StringBuilder