Search code examples
asp.netrefreshreloadpage-refresh

Refreshing data without reloading


I want to refresh data in ASP.NET without reloading page. If it is possible I don't want to use AJAX.

I am interesting in clearly .NET


Solution

  • Try PokeIn a Comet implementation for ASP.NET

    You can also use SignalR which is officially supported by Microsoft.