|
-
Sep 7th, 2016, 09:34 AM
#1
Thread Starter
Member
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?
-
Sep 7th, 2016, 12:03 PM
#2
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
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|