How can I implement a mechanism to refresh the label inside a grid view every second in JavaScript, similar to an Ajax timer?
EDIT:
OnLoad="setTimeout(window.location.reload();. 1000);"
what is the issue with this code or <asp:Label ID="Label2" Width="100px" runat="server" OnLoad="setTimeout(window.location.reload();. 1000);" Font-Size="12px" ForeColor="Black" Text='<%# Bind("time") %>'></asp:Label>