0
Answer

witch is the best way to use sorting in datagrid in ASP.NET

Ask a question
themhz

themhz

19y
1.5k
1
Hello , 
is the best way working with sorting or paging etc , is using the dataview object instead of
requiering the database?

In stand alone programing datasets and dataviews are used for one user per time . 
But when you are working in the net i think that working with datasets and dataviews is a bit of 
an overload for the server.

i would like your opinion