C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




XML


Posted Date: 10 Jul 2008      Total Responses: 2

Posted By: selva       Member Level: Silver     Points: 1



Hi to all,
I have an one output node in xml...
I finished all operation and then i write inner text to output "Sucessfully Entered" and save it to xml file......
pls i want coding or proper website
Thanks in advance






Responses

Author: vipul    10 Jul 2008Member Level: DiamondRating:     Points: 2

hi,
so this output node is at last or this node is between any where. if it is possible provide sample.

Patel Vipul
Web Developer
Ahmedabad ( Gujarat )



Author: Sabu C Alex    10 Jul 2008Member Level: GoldRating:     Points: 3

Try this, this is VB.NET code

Dim xtw As New XmlTextWriter("e:\Test.xml", System.Text.Encoding.UTF8)
xtw.WriteStartDocument()
xtw.WriteStartElement("Department")
xtw.WriteStartElement("Employee")
xtw.WriteStartAttribute("Name")
xtw.WriteValue("Sabu")
xtw.WriteEndAttribute()
xtw.WriteString("INNER TEXT2")
xtw.WriteRaw(" INNER TEXT")
xtw.WriteEndElement()
xtw.WriteEndElement()
xtw.Flush()
xtw.Close()



Post Reply
You must Sign In to post a response.
Next : Client Callbacks
Previous : How did i get multiple data to multiple textboxes(see msg)?
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use