page is not refreshing while accessing WS
Graphics
1
Posts
1
Posters
2
Views
1
Watching
-
hi all, I ve a problem.I created a user control(Marquee control,logic:-drawing the string at system.Threading.Timer event),it is working fine.When I place the control in one of the form(form is accessing a web service,will take few seconds to get the data),control is not running smoothly.it is hanging for a while (web serice cause the delay).I created a thread & put the WS,Now the form(GUI) is hanging for a while,when it refresh the marquee text is running like Fast forward for a while.It means the marquee is running at the back ground, but I can not see,how to make marquee visible(running smoothly) Thanks in advance, ebin