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. General Programming
  3. C#
  4. how to read html

how to read html

Scheduled Pinned Locked Moved C#
htmltutorial
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.
  • B Offline
    B Offline
    badalsngh2
    wrote on last edited by
    #1

    I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.

    M T K 3 Replies Last reply
    0
    • B badalsngh2

      I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      It will be easier to research [^] existing result to the common question.

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      • B badalsngh2

        I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.

        T Offline
        T Offline
        Thomas Daniels
        wrote on last edited by
        #3

        Hi, You can parse HTML using the Html Agility Pack[^]

        The quick red ProgramFOX jumps right over the Lazy<Dog>. My latest article: Understand how bitwise operators work (C# and VB.NET examples) My group: C# Programmers Group

        1 Reply Last reply
        0
        • B badalsngh2

          I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.

          K Offline
          K Offline
          karthiksruby 123
          wrote on last edited by
          #4

          You need to do it in client side? Use javascript. getElementByTagName(Table) etc. many things are there. You can make variables of table also in javascript. Then you can process what ever need at there. It will be work around only. But you can do. If you are aiming html of other websites i have very less knowledge only. But i think you can use webbrowser control of visual studio which can(Not sure) inject scripts to a webpage Thanking you Binesh Nambiar C

          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