3
I have an application that generates an XML file, but I’m not able to read the XML file and insert it in Textbox.
<?xml version="1.0"?>
<parametros>
<banco>rango</banco>
<caminho>C:\</caminho>
</parametros>
I need the application to read this xml and "import" the information to a textbox.
Well, there’s not trying to send for a
TextBox
, have you ever tried to put in it? Is there a problem reading XML? Which? Your code is doing just that. Maybe you have two separate difficulties.– Maniero
Sorry, it’s because it has a textbox and a combobox but the two take the text and not the Dice.
– Bruno Rodrigues
I could put the xml and indicate more details so we can help.
– Diego Filipe Pedro Santos
Edited question @Diegosantos
– Bruno Rodrigues
@Brunorodrigues Ideally you should also leave the previous encoding in C#. Check if this is what you want!
– Diego Filipe Pedro Santos