R
Ramu
is there any control which I can use to display search results using
paging, I don't want to get all the results from database, instead I
want to make a database call to get the results for each page. can I
use datagridview or listview control to page through the search
results and make database call on page index changed event?
paging, I don't want to get all the results from database, instead I
want to make a database call to get the results for each page. can I
use datagridview or listview control to page through the search
results and make database call on page index changed event?