After using BeginInvoke and End Invoke the timer code does not work

Leo
Go4Expert Member
21Nov2006,12:34   #1
Leo's Avatar
I am using Asynchronous programming to do an upload.After i did BeginInvoke to start the upload and then End Invoke when upload is over.After that i have other C# code that need to run in the timer_tick event. But that does not run at all.

Pls help me .It is very crucial for me.
Go4Expert Founder
21Nov2006,14:07   #2
shabbir's Avatar
Can you share the code snippet. Dont put all the code but the part that is not working