grid view updation
-
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
-
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
-
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
At any value change in the datagrid field, you may raise events and invoke the function to update affected datagrid fields.