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
sinnen
NA
1
0
Large xmlFile
Mar 20 2004 6:14 AM
My situation. I have a large xmlPriceList which consists of individuel customer priceLists. I need to read, modify, add and save new and existing nodes to the xmlPriceList(as new customers are added and current customers prices are changed) I would like to do this without using XmlDocument and thereby load the entire xmlPriceList to memory. My ideá was to use XmlTextReader, but it´s a read-only? Is there anyway to use XmlTextReader to find the node and then use XmlDocument to modify the Xmlnode? How to do? Thomas Andersson
Reply
Answers (
1
)
refresh the column names in datagrid when a new data comes in?
How to create a "Splash-Screen"