IT Community - Software Programming, Web Development and Technical Support

display xml in textbox

This is a discussion on display xml in textbox within the C# Programming forums, part of the Software Development category; display xml in textbox Hi, XmlTextWriter xmlw = new XmlTextWriter("c:\\sun.xml", null); xmlw.WriteStartDocument(); xmlw.WriteStartElement("...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1  
Old 05-28-2009, 08:10 PM
arjkhanna arjkhanna is offline
D-Web Incredible
 
Join Date: Mar 2007
Posts: 1,949
arjkhanna is on a distinguished road
Default display xml in textbox

display xml in textbox

Hi,
XmlTextWriter xmlw = new XmlTextWriter("c:\\sun.xml", null);
xmlw.WriteStartDocument();
xmlw.WriteStartElement("Company");
xmlw.WriteStartElement("Skills");
xmlw.WriteElementString("Microsoft", textBox1.Text);
xmlw.WriteElementString("Sun", textBox2.Text);
xmlw.WriteEndElement();
xmlw.WriteEndElement();
xmlw.WriteEndDocument();
xmlw.Close();

I used that above code for writing an xml, now i want to display that xml in text box how to do that?
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-28-2009, 08:24 PM
bluesky bluesky is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 667
bluesky is on a distinguished road
Default Re: display xml in textbox

Hi

use XmlTextReader to read the xml from the file and then display it
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-28-2009, 08:26 PM
shaalini shaalini is offline
D-Web Architect
 
Join Date: Apr 2007
Posts: 633
shaalini is on a distinguished road
Default Re: display xml in textbox

HI all,

Or you can use the StreamReader to copy all the content in the XML file to the TextBox:




Code Snippet

using (StreamReader sr = new StreamReader(@"c:\test.xml"))

{

this.textBox1.Text = sr.ReadToEnd();

}
__________________
Shaalini.S
Be the Best of Whatever you are...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-28-2009, 08:27 PM
arjkhanna arjkhanna is offline
D-Web Incredible
 
Join Date: Mar 2007
Posts: 1,949
arjkhanna is on a distinguished road
Default Re: display xml in textbox

Hi,

Thank a lot for giving reply

I want to copy from XmlTextwriter not c:\test.xml

bcoz bfore saving only i want to display from memory
__________________
A.Rajesh Khanna
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-28-2009, 08:28 PM
shaalini shaalini is offline
D-Web Architect
 
Join Date: Apr 2007
Posts: 633
shaalini is on a distinguished road
Default Re: display xml in textbox

Hi!


You can't use the XmlTextWriter to update the textbox. Use the XmlTextReader instead to read the xml file.
__________________
Shaalini.S
Be the Best of Whatever you are...
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Showing C# Intellisense in TextBox arjkhanna C# Programming 3 05-25-2009 10:56 PM
textbox in Gridview packirisamy ASP and ASP.NET Programming 2 07-22-2008 03:56 AM
How to validate a TextBox inside a Repeter? KiruthikaSambandam ASP and ASP.NET Programming 0 03-24-2008 03:27 AM
How to create textbox without border? ramkumaraol PHP Programming 2 09-07-2007 05:13 AM
How to create html from the content of the textbox? Balasubramanian.S C# Programming 4 03-29-2007 07:30 AM


All times are GMT -7. The time now is 06:03 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.
Our Partners
One Way Moving Companies | Stamford Dentist | Euro Millions Lottery | Home Loans| Furniture

SEO by vBSEO 3.0.0