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
Select 10 node form a xml file. is it possible?
Aug 14 2008 9:05 AM
Hi Guys, I have a huge xml file, with almost 1.000 nodes, I need to page them.
How can I select 10 by 10, I mean, I want to show 10 nodes in each page.
I don´t have any clue, how can I do that, my code goes above:
XmlDocument xDoc = new XmlDocument();
xDoc.LoadXml(responseFromServer);
XmlNodeList nome = xDoc.GetElementsByTagName("no_visitante");
XmlNodeList cd_visit = xDoc.GetElementsByTagName("cd_visitante");
XmlNodeList foto = xDoc.GetElementsByTagName("cd_arquivo_enviado");
XmlNodeList info_adic = xDoc.GetElementsByTagName("dc_infoadicional");
XmlNodeList media = xDoc.GetElementsByTagName("media");
XmlNodeList votos = xDoc.GetElementsByTagName("votos");
XmlNodeList codvoto = xDoc.GetElementsByTagName("cd_arquivo");
Thanks.
Reply
Answers (
1
)
cant see text box values inside a loop
Refresh the Dataset