Browse by Tags

Related Posts

  • Populate a GridView with xml data

    Hello, I am looking to populate a gridview with XML I have obtained from a socket. I have the data in an XmlTextReader now I need to parse it into a gridview. I want to have the following columns: ifIndex, mgtName, description and speed. I am writing in C#.NET 2005 with ASP. the data looks like this...
    Posted to XML and XmlDataSource Control (Forum) by bh05gc on 11-27-2008, 12:00 AM
    Filed under: "Asp.net 2.0", c#, xml file, Parse, XmlTextReader
  • Transforming XML into XML, creating a temporary file.

    I've some XML which is formatted like such: 1 < level1 name= "category" > 2 < level2 name= "subcategorya" > 3 < level3 name= "item1" att= "stuff" /> 4 </ level2 > 5 < level2 name= "subcategoryb" > 6 < level3 name=...
    Posted to XML and XmlDataSource Control (Forum) by jpa7227 on 10-10-2008, 12:00 AM
    Filed under: treenode, ASP.NET, XmlTextReader, XmlTextWriter, XmlWriter, XSL TRANSFORM, xslt, treeview, xmldocument, xmlserializer xml
  • XmlTextReader + special characters = exception

    Hi all, I am retrieving some XML from a web service developed by people somewhere else in my organization, that are out of my reach. I use the XmlTextReader to read the XML and add it to a new object that represents the data. Hence, I am not interested in saving the data to a file. My problem is that...
    Posted to XML and XmlDataSource Control (Forum) by ahoegh on 10-07-2008, 12:00 AM
    Filed under: Web Service, xml, XmlTextReader
  • Caching an XML file

    This is driving me nuts. I have an XML file for a site: < CWC_click_nav Created= "1 August 2008" > < Level1 > < NavOption Label= "Home" >/</ NavOption > </ Level1 > < Level1 > < NavOption Label= "Conferences" >/conference/</ NavOption...
    Posted to XML and XmlDataSource Control (Forum) by kitster on 08-04-2008, 12:00 AM
    Filed under: Cache problem, caching, xml, XML caching, XmlTextReader
  • Storing Data in XML-Files

    Hi, I am very new to this and this is my first entry into this forum. At the same time, I am not a native English speaker, please do not regard my langauge mistakes :-) At the moment I'm working on the backende of an eCommerce application. Therefore I would like to build categories and subcategories...
    Posted to XML and XmlDataSource Control (Forum) by VanillaV on 06-05-2008, 12:00 AM
    Filed under: Storage of Data, XML Serialization, xml xslt transformation, XmlDataSource, Xmlpath namespace, XMLScript, xmltextreader, XPath, XML .Net C#, Xml Client-Side Processing, XML control in ASP.NET, xml flash, XML Report
  • Solution - Reading RSS into DataSet

    Hi, I wanted to read RSS into a dataset but found that when loading the XML from, eg, a community server feed I would often get a 'column already exists'. This was because the feed used namespaces which causes elements to be declared like this: <slash:comment> There are two solutions to...
    Posted to Getting Started (Forum) by matthewwebster on 05-23-2008, 12:00 AM
    Filed under: rss, column already exists, dataset, xmltextreader, XML .Net C#, atom
  • Copy or reset XMLTextReader?

    Hi all, I retrieve an XML-File using XmlReader = New XmlTextReader(RespWeb.GetResponseStream) Then I copy it to an XMLDocument using XmlDoc.Load(XmlReader) In general it works fine, but from time to time I get an error during XMLDoc.Load: The 'META' start tag on line 2 does not match the end...
    Posted to XML and XmlDataSource Control (Forum) by Ich on 12-29-2007, 12:00 AM
    Filed under: XmlTextReader
  • Problem converting XmlDocument to XmlTextReader

    HI, I am writing a WinForms application where I am getting some data from DB in xml format. I need to deserialize the same using WorkflowMarkupSerializer.Deserialize() method which takes XmlReader object as parameter. The code I added was as follows: StringReader stringReader = new StringReader (ruleSetXmlDefinition...
    Posted to XML and XmlDataSource Control (Forum) by riswadkarharshad on 06-17-2009, 12:00 AM
    Filed under: xmldocument, XmlTextReader
  • Caching XML file when using XmlTextReader

    Hello all, I am currently working on a site when the navigation elements (top nav, left menu, breadcrumbs etc) are contained within user controls which individually load in the sitemap xml and use XslCompiledTransform to parse it through dfferent XSLT files. I am currently working on how I can cache...
    Posted to XML and XmlDataSource Control (Forum) by katebp on 07-01-2009, 12:00 AM
    Filed under: xml, XmlTextReader, Cache problem
  • The best way to sort xml and bind it

    Hi, I'm having trouble finding out the best way for my solution. Here's what I want to do: Read an XML containing books with info. I then want to sort that xml. Finally I want to present the result somehow, maybe bind it to a repeater or something and beside each book title I want to have a checkbox...
    Posted to XML and XmlDataSource Control (Forum) by pierremesso on 07-15-2009, 12:00 AM
    Filed under: xml, xmldocument, dataset, XmlTextReader, repeater, Datagrid, sort
Page 1 of 2 (13 items) 1 2 Next >