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 !




Anybody there


Posted Date: 04 Aug 2008      Total Responses: 2

Posted By: Gowri       Member Level: Gold     Points: 1



hi,
I have asked this question many Times. Still I cant get back REsults.

How i Update a xml File in FTP using Vb.Net



i need a Solution Very Urgent

thanks & Regards,
Gowri.G





Responses

Author: Kumar Velu    04 Aug 2008Member Level: DiamondRating:     Points: 3

hi,

Refer this link:
http://forum.qsh.eu/Default.aspx?g=posts&t=83

And make sure whether you have disabled Enable cache and Enable kernel cache in Output Caching Settings for your web site.

Regards
Kumar



Author: Sabu C Alex    20 Aug 2008Member Level: GoldRating:     Points: 6

hai gowri

this is a sample xml file

<?xml version="1.0" encoding="UTF-8"?>
<NewDataSet>
<Table>
<datasource>SqlClient</datasource>
<database>Pubs</database>
<password>sa</password>
<username>sa</username>
</Table>
</NewDataSet>

this is the functio to update ur xml file


Public Sub EditXmlFile()
Dim doc As XmlDocument = New XmlDocument()
doc.Load("FTP Location")
Dim xmlNde As XmlNode = doc.DocumentElement.SelectSingleNode("Table")
Dim databaseNode As XmlNode = xmlNde.SelectSingleNode("database")
databaseNode.InnerText = "Pubs"
doc.Save("FTP Location")
End Sub

hope this will help you.
Sabu



Post Reply
You must Sign In to post a response.
Next : Read XML file in C# class library
Previous : Parsing XML file and insert those values into DB. in compact framework
Return to Discussion Forum
Post New Message
Category: XML

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use