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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. XML / XSL
  4. How to Generate HTML Reports in C#..

How to Generate HTML Reports in C#..

Scheduled Pinned Locked Moved XML / XSL
csharphtmlasp-netxmltutorial
4 Posts 4 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.
  • A Offline
    A Offline
    Aswanth
    wrote on last edited by
    #1

    Hi.. I'm Using Asp.Net with C#.. I want to Generate HTML Reports in C# with XML Data.. This is my XML Data(xml_Data.xml) <Page_Details> <Log Page="show_Page.aspx" Time="07:05:07:32636" Type="Master" ID="1" /> <Log Page="show_Page.aspx" Time="08:10:20:32636" Type="Master" ID="2" /> <Log Page="show_Page.aspx" Time="09:15:20:32636" Type="Master" ID="1"/> <Log Page="show_Page.aspx" Time="05:20:45:32636" Type="Master" ID="3"/> </Page_Details> Please give me the Suggestions in doing this.. Thank You..

    L V 2 Replies Last reply
    0
    • A Aswanth

      Hi.. I'm Using Asp.Net with C#.. I want to Generate HTML Reports in C# with XML Data.. This is my XML Data(xml_Data.xml) <Page_Details> <Log Page="show_Page.aspx" Time="07:05:07:32636" Type="Master" ID="1" /> <Log Page="show_Page.aspx" Time="08:10:20:32636" Type="Master" ID="2" /> <Log Page="show_Page.aspx" Time="09:15:20:32636" Type="Master" ID="1"/> <Log Page="show_Page.aspx" Time="05:20:45:32636" Type="Master" ID="3"/> </Page_Details> Please give me the Suggestions in doing this.. Thank You..

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      A popular approach would be to use XSLT[^]

      led mike

      1 Reply Last reply
      0
      • A Aswanth

        Hi.. I'm Using Asp.Net with C#.. I want to Generate HTML Reports in C# with XML Data.. This is my XML Data(xml_Data.xml) <Page_Details> <Log Page="show_Page.aspx" Time="07:05:07:32636" Type="Master" ID="1" /> <Log Page="show_Page.aspx" Time="08:10:20:32636" Type="Master" ID="2" /> <Log Page="show_Page.aspx" Time="09:15:20:32636" Type="Master" ID="1"/> <Log Page="show_Page.aspx" Time="05:20:45:32636" Type="Master" ID="3"/> </Page_Details> Please give me the Suggestions in doing this.. Thank You..

        V Offline
        V Offline
        Vinay Dornala
        wrote on last edited by
        #3

        Hi, I am suggesting best for XSLT. This will helpful for quick learning. http://www.zvon.org/xxl/XSLTutorial/Books/Book1/index.html Regards, --XSLT team.

        modified on Monday, May 19, 2008 9:22 AM

        C 1 Reply Last reply
        0
        • V Vinay Dornala

          Hi, I am suggesting best for XSLT. This will helpful for quick learning. http://www.zvon.org/xxl/XSLTutorial/Books/Book1/index.html Regards, --XSLT team.

          modified on Monday, May 19, 2008 9:22 AM

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          shakeela wrote:

          XSLT team.

          Say what ?

          Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          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