GridView Delegate Polling
I've just been given a requirement to develop an asp.net 2.0 page in C# that has a live update requirement.
Basically the page will most likely consist of a gridview control that is bound to a data object source that uses SQL Server 2005 as its data source that needs to update as the table is updated...
The first thing that popped into my head (well not actually the first thing...) was either to use polling or a delegate in a asynchronous AJAX or client callback call to prevent any annoying post-back flicker.
Anyone out there know of any examples of this?
thanks in advance.
doug dexter

