Hi
It is a map control and I want to chang what is on the map at fixed times but before I ad the new items I need to delete the old ones
Main Topics
Browse All TopicsHI
I have a slightly convoluted requirement created by a control that only allows items to be added on server side code but deleting items can only be done on client sied code. Based on a timer event I want to delete all the exsiting items (so has to be javascrupt) then add some new items (so has to be server side - in my case vb.net).
How do I get this scenario to work on a timer event (button controls are not acceptable as they require user action whereas the requirement needs to be automatic)
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
ok, in that case, refer the window.setTimeout property of the javascript to call your javascript after a specified time gap. The time starts from the invocation of that function. You may google this out and find various other examples. Here is one that you may wish to refer.
http://www.google.co.in/se
Business Accounts
Answer for Membership
by: CB_ThirumalaiPosted on 2009-03-01 at 20:19:18ID: 23771437
What is the control that you want to add and delete items too? What is the purpose of deleting? Why would that be in doing the delete operation with a timer (after a certain amount of time)?