Can I have a general idea of server-side paging? What are the steps? I am working on Silverlight DataGrid and the requirement is to use server-side paging. I did google but stumbled, reason being too much advance information in almost every article for a newbie like me. Also most of them used WCF RIA services which I have no idea. I just need to know how actually you do server side paging and if someone could guide in the Silverlight scenario that would be great.
The Idea is to send the no of records/page,order by/sorting,page no as parameter to the stored procedure and bind the results of PagedCollection to the DataGrid Source.