Hi all,
I am using infragistics windows controls version 2007. I have used
desktop alert control on a thread. New thread is work in background
and fetch data after every one minutes. and if any alert data is found
it generate alert window for that. I am using background worker
control for secondary thread. and alert window generation code is in
background worker's progresschanged event.
Its working fine most of the time. But some time it creating problem
i.e. some error is orroured and full of screen fill with the alert
windows. and at the last application stoped working.
I am not able to find out the root of this problem. why that so much
of screens are generating and when screen is going to close it give
index of range error.
Yes, I am using single sqlconnection for whole application.
Thanks in adavance to help me.....
i am too much worked on that....but dont find the root of problem..