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
bert_cox
NA
14
0
Delete in Xml
Mar 17 2004 10:37 AM
If I want to delete a contact in XML using C# I can do this: XmlNode deleteContact = contactDoc.SelectSingleNode("descendant::Contact[FirstName='Sanddy']"); contactDoc.DocumentElement.RemoveChild(deleteContact); But I want to make a textbox where I give in the name and then that person is deleted, but I can't find how to do it. Thx in advance
Reply
Answers (
0
)
Problem in C# Programming
Can I Microsot Web Browser 's activity?