I have a RadGrid that is refreshed manually via a button click using ajax. This works nicely. However, now I would like to do the same thing but automatically every x minutes. What is the best way to implement this feature? Use the MS Ajax Timer? Use java script on the client-side? I've already got the button and grid wired up with ajax - all I need is for the button click event to fire automatically.
Thanks
Jonathan
Thanks
Jonathan