Torna al Thread

Dim doc As New XmlDocument doc.Load(fileconfig) If cinema.Checked = True Then For Each node as XmlNode in doc.SelectNodes("//cinema") ' questa stringa è un xpath, sto cercando un qualunque nodo con quel nome (come tu con il tuo codice) node.InnerText = numbordero.Text End If Next End If
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5