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
Sumit Kumawat
NA
454
415.9k
How to deserialized xml ?
May 3 2012 1:34 AM
hi all ,
i am creating xml file using below code
Root = XD.AppendChild(XD.CreateElement("Root"));
XmlNode name= Root.AppendChild(XD.CreateElement(" name "));
XmlNode UserName = Root.AppendChild(XD.CreateElement("UserName"));
Root.AppendChild(Cloud);
Root.AppendChild(CloudUserName);
//XmlAttribute ChildAtt = Child.Attributes.Append(XD.CreateAttribute("Attribute"));
Cloud.InnerText = test.ServiceName;
CloudUserName.InnerText = test.UserName;
CloudKey.InnerText = test.Password;
XD.Save(appStartPath);
now how to do deserialization of this data?
Reply
Answers (
1
)
How to create ssrs report in c#.net
How to generate report in c#.net