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
Try PokeIn a Comet implementation for ASP.NET
You can also use SignalR which is officially supported by Microsoft.