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. grid view updation

grid view updation

Scheduled Pinned Locked Moved C#
helpcssquestion
3 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.
  • N Offline
    N Offline
    nagendra vk
    wrote on last edited by
    #1

    hi everybody i had a problem with gridview. my grid view having 10 rows of data. if i change one value in one row then the remaining rows will be updated. how can i solve this. im explaining briefly here name | credit | debit | balance aaa | 1000 | 0 | 1000 aaa | 0 | 500 | 500 if i change 1000 value to 2000 then the balance vl be 1500 i m inserting those values from different forms by using triggers concept. hope u help me in this thnx in advance kumar

    L S 2 Replies Last reply
    0
    • N nagendra vk

      hi everybody i had a problem with gridview. my grid view having 10 rows of data. if i change one value in one row then the remaining rows will be updated. how can i solve this. im explaining briefly here name | credit | debit | balance aaa | 1000 | 0 | 1000 aaa | 0 | 500 | 500 if i change 1000 value to 2000 then the balance vl be 1500 i m inserting those values from different forms by using triggers concept. hope u help me in this thnx in advance kumar

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I would use excel with macros to do something like this.

      Check out the CodeProject forum Guidelines[^]

      1 Reply Last reply
      0
      • N nagendra vk

        hi everybody i had a problem with gridview. my grid view having 10 rows of data. if i change one value in one row then the remaining rows will be updated. how can i solve this. im explaining briefly here name | credit | debit | balance aaa | 1000 | 0 | 1000 aaa | 0 | 500 | 500 if i change 1000 value to 2000 then the balance vl be 1500 i m inserting those values from different forms by using triggers concept. hope u help me in this thnx in advance kumar

        S Offline
        S Offline
        saurabh sahay
        wrote on last edited by
        #3

        At any value change in the datagrid field, you may raise events and invoke the function to update affected datagrid fields.

        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