I want to get new values from a database every 30 seconds. I've setup an ajax panel and put a timer in it. It fires every 30 seconds and updates labels on my aspx page.
Now i want to move images on the page based on the new database values. I aim to do this using DIV tags and by setting the left and top properties. For this i need the values from the server side.
How do i send values from the server to client?
Kind regards
Andrew
Now i want to move images on the page based on the new database values. I aim to do this using DIV tags and by setting the left and top properties. For this i need the values from the server side.
How do i send values from the server to client?
Kind regards
Andrew