Hi,
Good morning.
We are building an ASP.NET website and in that we have one big page having 4 GridViews. Each grids have sorting feature enabled. We need to make an asynchronous call to the server for each grid (whenever a user clicks on a column of a grid view to sort) so that it renders fast (instead of full page getting refreshed each time).
Is there a best tutorial or web reference explaining making these asynchronous calls?
Thanks and Regards..
Shruthi Keerthi