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. Visual Basic
  4. can i able to use ms flexgrid with xml in vb.net ?

can i able to use ms flexgrid with xml in vb.net ?

Scheduled Pinned Locked Moved Visual Basic
csharpcssxmlquestion
4 Posts 3 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
    babusat
    wrote on last edited by
    #1

    i want to grid control for a form for backend of xml can i able to do ? pls explain if yes means how ? sathish

    C 1 Reply Last reply
    0
    • B babusat

      i want to grid control for a form for backend of xml can i able to do ? pls explain if yes means how ? sathish

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

      Why would you want to use msflexgrid ? .NET is full of grids, which can take XML as a data source.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      B 1 Reply Last reply
      0
      • C Christian Graus

        Why would you want to use msflexgrid ? .NET is full of grids, which can take XML as a data source.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        B Offline
        B Offline
        babusat
        wrote on last edited by
        #3

        I want to multiple entries like record type and i want to store it in xml that only i want to use flexgrid with xml sathish

        D 1 Reply Last reply
        0
        • B babusat

          I want to multiple entries like record type and i want to store it in xml that only i want to use flexgrid with xml sathish

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          That made absolutely no sense at all. MsFlexGrid doesn't handle XML and neither does the DataGrid or the DataGridView in the .NET Framework. The XML is handled by the DataSet and DataTable classes, which are bindable datasources for the DataGrid and DataGridView classes. They won't work with the older-than-dirt FlexGrid.

          A guide to posting questions on CodeProject[^]
          Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
               2006, 2007

          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