I have a grid that has 2 textboxes and several labels per row. If the user changes a value in the textbox, it needs to update the calculations on that row and in an html table at the bottom.
Currently, I am using server side code with the text_changed event. But if this is a large contract with 1000 items (no they won't use paging), it takes a long time to update the row and then it has to refresh the page, and the grid....yada yada yada.
I was hoping there might be a way to calculate the row, and not lose the value inside of the textboxes, so when I click on save I can still push the updated values into the database.
Can someone help me?
Currently, I am using server side code with the text_changed event. But if this is a large contract with 1000 items (no they won't use paging), it takes a long time to update the row and then it has to refresh the page, and the grid....yada yada yada.
I was hoping there might be a way to calculate the row, and not lose the value inside of the textboxes, so when I click on save I can still push the updated values into the database.
Can someone help me?