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. DataGridView update

DataGridView update

Scheduled Pinned Locked Moved C#
databasequestionannouncement
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.
  • S Offline
    S Offline
    ss mmm
    wrote on last edited by
    #1

    Can somebody give me a sample of GridView update? I dont want to update each row. Instead, I want to store all updates on the client side(using datatable) and update the entire gridview checking if the records are different from the existing database. For update command, am using SQL stored proc. Please give me a sample. Thanks

    M 1 Reply Last reply
    0
    • S ss mmm

      Can somebody give me a sample of GridView update? I dont want to update each row. Instead, I want to store all updates on the client side(using datatable) and update the entire gridview checking if the records are different from the existing database. For update command, am using SQL stored proc. Please give me a sample. Thanks

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

      You can use TableAdapter.Fill() Method to update DataGridView, assuming that DataGridView is bound to dataset, and it has BindingSource and TableAdapter.

      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