Question : ajax refresh every minute

I have a section of a page that needs to be refreshed every minute
I dont want to refresh the whole page, just the list view in the panel

how would i do this so that the list view rebinds, and get the latest info from the DB

The start of the list view is below:
1:
<asp:ListView ID="uxWashersLV" runat="server" DataSourceID="WashersSqlDs" ItemPlaceholderID="itemContainer"  >

Answer : ajax refresh every minute

Random Solutions  
 
programming4us programming4us