Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. complicated xml in datagrid

complicated xml in datagrid

Scheduled Pinned Locked Moved ASP.NET
xmlquestioncsharpasp-nettutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kar Han
    wrote on last edited by
    #1

    Anyone knows how to convert the following xml contents into a datagrid using asp.net? In the datagrid, there shall be 4 columns: listenPort,schemeAndHostPort,maxConnections,readTimeoutSeconds. I heard that I can use xslt in the asp.net application. but in this case how can i do it?? - This is a sample mnitor config file - 3600 1 - - This redirects to a local machine 9090 http://localhost:80 1000 30 - This redirects to another machine 8080 http://172.17.168.112:80 1000 30 Han

    M 1 Reply Last reply
    0
    • K Kar Han

      Anyone knows how to convert the following xml contents into a datagrid using asp.net? In the datagrid, there shall be 4 columns: listenPort,schemeAndHostPort,maxConnections,readTimeoutSeconds. I heard that I can use xslt in the asp.net application. but in this case how can i do it?? - This is a sample mnitor config file - 3600 1 - - This redirects to a local machine 9090 http://localhost:80 1000 30 - This redirects to another machine 8080 http://172.17.168.112:80 1000 30 Han

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Like I said in the other post, you need to provide a snippet of code to load a dataset object from the XML document, more exactly from the the wsi-monConfig:manInTheMiddle node. The links below might get you started: Loading a DataSet from XML[^] Employing XML in the .NET Framework[^] If you want to use XSLT to transform the XML data, then you need to read the documentation about XSLT: XSLT Transformations with the XslTransform Class[^] XSLT Developer's Guide[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups