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. Showing a record Set on WIndows C# form

Showing a record Set on WIndows C# form

Scheduled Pinned Locked Moved C#
databasecsharp
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.
  • M Offline
    M Offline
    Muhammad Ahmed 0
    wrote on last edited by
    #1

    Hi Guys, I have a set of rows/records retrieved from a database as a result of a SELECT query . I need to show the returned records on a windows form. whats the easiest and fastest way to do it. I am using C# and windows's form as an application. Thanks,.

    Ahmed

    B 1 Reply Last reply
    0
    • M Muhammad Ahmed 0

      Hi Guys, I have a set of rows/records retrieved from a database as a result of a SELECT query . I need to show the returned records on a windows form. whats the easiest and fastest way to do it. I am using C# and windows's form as an application. Thanks,.

      Ahmed

      B Offline
      B Offline
      bobsugar222
      wrote on last edited by
      #2

      The easiest and fastest way is to fill a DataTable with your data and bind that to the DataSource property of a DataGridView Control.

      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