Advance thanks to all...
I am using a timer control for calling a function (lastposition()) in each 20 seconds.Now the problem is first time there is no issue.Second time function is executing two times and the third time function is executing 3 times like that it is increasing.I dont understand what logic is missing in my code.
after 20 second lastposition function is executing 1 time
after 40 second lastposition function is executing 2 time
after 60 second lastposition function is executing 3 time
after 80 second lastposition function is executing 4 time.......
Like this ...Can anybdy check my below code and tell me what mistake in this?