Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a table with a number of columns containing integer values showing in a gridview. The last of these columns has to calculate its value from the preceding column values each of which is multiplied by certain tariffs held in another table (held there so that they can be updated at any time by uses). What I need to achieve is that the final (calculated) column gets updated when the user updates the other columns from a DetailView. Is this possible? At the moment it will only update when the user calls Update from the DetailsView for a second time - it doesn't get refreshed first time around. I understand why the situation is as it is, but I wonder if there is a way around it so that I can achieve what I mentioned above.

Thanks for any help.

bw

Steve
Posted

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



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