Hi guys,
When the user clicks Update or Delete, I have code that handles the delete or update in the database. The code is being run fine, and the data is being updated. However, the screen isn't being updated. When the user deletes rows, the rows aren't removed from the screen. Also when they update, I have code that updates related cells in that same row that's not being updated.
I have my spread control in an UpdatePanel. I have a feeling that the UpdatePanel may be causing the Spread control to get lost when the data is updated in the control. Is there anything you can suggest?
--Rob