Click here to Skip to main content
15,743,429 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I created a temp table, inserted records to it via query, displays the inserted records in a datagridview.. I made all of the DataGridview's columns readonly to True except the Amount column that can be edited, but when i save the records from the temp table, the value of the amount i edited(change to 500) in the datagridview, was still the old value(280).. what do i do?

In VFP, once you modified a column it its grid... the table is automatically updated. how can i do it in vb?
Posted

1 solution

Dear
Try to update the value after making enableViewstate false of the grid view. It may help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900