Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Database
XML
add a row to datagridview by XML
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Ron Miel, post: 168072, member: 33608"] I will repeat my question. (see post#3) I've got the webresponse like this: [code] Dim response As WebResponse = request.GetResponse() Dim incoming_stream As Stream = response.GetResponseStream Dim sr As New StreamReader(incoming_stream) ' get the incoming stream into an XML document incoming_xml = New XmlDocument incoming_xml.LoadXml(sr.ReadToEnd())[/code] how do I insert that into the datatable? This is my question. It has always been my question. I did not bring up the subject of streams. I do not want to know about streams. And by the way, I tried ReadXml like this: ds.ReadXml(incoming_xml.InnerXml) It gives me an error saying 'illegal characters in path'. I presume it's looking for a filename, so it doesn't like the string I pass it. [/QUOTE]
Insert quotes…
Verification
Post reply
Database
XML
add a row to datagridview by XML
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom