M
Mike
How can I 'refresh' my gridview without refreshing the entire page? I have a button that allows the use to execute a query and then the results are shown in the grid once its done. The thing is the user has to click the refresh button on the browser or close IE and open it back up. How can I update my grid automatically?
Could I use the UpdatePanel some how or no?
I would like it to update every 30 seconds or so.
Could I use the UpdatePanel some how or no?
I would like it to update every 30 seconds or so.