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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.