Hi. I have an OnUpdate method that is triggered from a datagrid. The problem is that when the event is triggered, the code in the OnUpdate method runs twice in succession. I traced it through, and after it finished the last line of code, it immediately starts again on the 1st line.
I made sure AutoEventWireup is set to false. Can anyone tell me why this might be happening?
TIA
I made sure AutoEventWireup is set to false. Can anyone tell me why this might be happening?
TIA