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
priya priya
NA
17
101.4k
update xml page
Aug 26 2009 4:48 AM
Hi,
My Xml page looks like this as follows:
<?xml version="1.0" encoding="utf-8"?>
<phone>
<person id="1" name="tet">
<phoneno>675765876567</phoneno>
<city>st</city>
</person>
</phone>
In the name attribute i want to add another value in the as,
<person id="1" name="test,sample,testing,......etc">
I want to add these values one by one.
how to perform this using Linq in C#.net.please help me
Thanks in advance
Reply
Answers (
1
)
LINQ to SQL Association
How to change this query to LinqToSql