End Google Ads 201810 - BS.net 01 --> Hi guys,

I am facing the following problem:
my application is downloading large chunks of data and informs the user about it (how many bytes of total bytes... how many % already loaded and so on).
this work is done by a component that informs the form by rasing a event. within the method which gets executed by the event happens a updatePanel.*******() (a redraw of the panel that shows the information)
because that event gets fired reasonable often, the updatePanel is redrawn all the time.
when I try to move the windows of the application it doesnt work properly.

what must I do to stop the ******* of the updatePanel when the form is moved around?
any suggestions welcome

thansk

best regards

t