//---Crea-------------------
//XmlDocument xmlDoc = new XmlDocument();
//xmlDoc.CreateXmlDeclaration("1.0", "utf-8", null);
//XmlElement elRoot = xmlDoc.CreateElement("root");
//xmlDoc.AppendChild(elRoot);
//XmlElement el = xmlDoc.CreateElement("valores");
//elRoot.AppendChild(el);
//el.SetAttribute("GraficaRendimiento", ddlSelectGraficas.SelectedValue);
////Guardo el campo estado
//StringWriter oStringWriter = new StringWriter();
//XmlTextWriter oXmlTextWriter = new XmlTextWriter(oStringWriter);
//xmlDoc.WriteTo(oXmlTextWriter);
//-----Recupera------------
//XmlDocument xmlDoc = new XmlDocument();
//xmlDoc.LoadXml(sState);
//string sIdGraficaRendimiento = ((XmlNode)xmlDoc.FirstChild).ChildNodes[0].Attributes["GraficaRendimiento"].Value;
No hay comentarios:
Publicar un comentario