sharonig 0 Newbie Poster

I have an application in which I'm using a table. Every time I add / remove row to the table it takes more time than the previous action.

When I run the IE profiler, I can see the exclusive time is increasing in the createDelegate function (Appears as "JScript - window script block", I can see the code when I double-click it) that results from an event (custom event) that is thrown.

However, the number of times the event is called is correct. It simply spends more time there.
My methods do not increase their exclusive time.

Anyone has any clues as to what could cause this?

Thanks,
Sharon