Results 1 to 2 of 2

Thread: Getting textbox contents into an XML stream

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2014
    Posts
    35

    Getting textbox contents into an XML stream

    I have a web form that has a few textboxes that I need to insert the textbox values along with some static values, then send that data as an XML stream to a remote site for processing. I am new to the whole XML thing, so can anyone help with some pointers as to how to get started doing this? I have looked around, and there is plenty about doing the reverse, but not this. Can anyone assist?

  2. #2
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,024

    Re: Getting textbox contents into an XML stream

    Since your talking about web form (asp.net), see article on XML Serialization in ASP.NET. Additional reference
    on How to Serialize and Deserialize in VB.NET.

    -kgc
    Last edited by KGComputers; Sep 7th, 2016 at 12:06 PM. Reason: added microsoft link as reference
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width