CoolInterview.com - World's Largest Collection of Interview Questions
Home| Ask Questions| About Us| Feedback| Contact Us|
 Interview Questions  
 Our Services  

Get 9,000 Interview Questions & Answers in an eBook.


  • 9500+ Pages
  • 9000 Question & Answers
  • All Tech. Categories
  • 14 MB Content

    Get it now !!



    Send your Resume to 6000 Companies

  • COOLINTERVIEW.COM MICROSOFT ASP.NET 2.0 DETAILS



    Question :
    How to pass text box values to an XML?

     Posted by: PRASAD    Date: 9/5/2007 12:55:31 PM

    Contact Author  Contact Author


    Answer :
    //declare an XMLDoc and Attribute<br>dim Attr as XmlAttribute<br>dim doc as XmlDoc<br>doc.load("yourXMLpath")<br>'Create an Element <br>Dim elem As XmlElement = doc.CreateElement("Person")<br>'Create an Attribute<br> Attr = doc.CreateAttribute("Fname")<br>'Assign the value of ur text box <br> Attr.Value = txtFirstName.Text<br> elem.Attributes.SetNamedItem(Attr)<br> Attr = doc.CreateAttribute("Lname")<br> Attr.Value = txtLastName.Text<br> elem.Attributes.SetNamedItem(Attr)<br><br> Dim root As XmlNode = doc.DocumentElement<br> root.AppendChild(elem)<br>'Save the documnet<br> doc.Save("d:Gayathri.xml")<br><br>Sample Output:<br><br><?xml version="1.0" encoding="utf-8"?><br><PassengerDetails><br> <Person Fname="sri" Lname="krishna" /><br> <Person Fname="ram" Lname="krishna" /><br></PassengerDetails>

     Posted by: Bharath    

    Contact Author  Contact Author


     Posted by: a@bbc.com    

    Contact Author  Contact Author

    © CoolInterview.com
    Today's Special: Get Free Magazine from SAP now!

    A D V E R T I S E M E N T








    If you have the better answer, then send it to us. We will display your answer after the approval.
    Name :*
    Email Id :*
    Answer :*
    Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
    Process Verification  Enter the above shown code:*
    Inform me about updated answers to this question

       


    Rate the above answer. Help us to know about the answer.
    Category ASP.NET 2.0 Interview Questions
    Rating (5.0) By 15 users
    Added 9/5/2007 12:55:31 PM
    Views 4071
    Rate it!
    Free Offers 300 Free Magazines for you. No credit card required. No Shipping Charges. Absolutely Free for 1 Year.

    Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.

    Notify me when answer is posted!
    Email:

    View ALL ASP.NET 2.0 Interview Questions


    Sponsored Links  

    Google Search

    Google

    CoolInterview.com is a part of Vyom Network.
    Copyright ©2003-2009 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Privacy Policy
    Page URL: http://www.coolinterview.com/interview/11775/Default.asp?cachecommand=bypass


    Download Yahoo Messenger | Placement Papers| FREE SMS | ASP .Net Tutorial

    1.59