Paging in my web page
        Posted  
        
            by Jibu P C_Adoor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jibu P C_Adoor
        
        
        
        Published on 2010-05-25T06:16:30Z
        Indexed on 
            2010/05/25
            6:21 UTC
        
        
        Read the original article
        Hit count: 241
        
ASP.NET
Hi,
I have a large data set and i have to apply paging on that data set and after that the result set should be another data set. What is the reliable method to achieve that.
I have tried with 'PagedDataSource' class but i don't know how it is possible to convert to dataset or data table.
In my case i need a general solution. I have to bind to a control like gridview as well as i have to used it with normal html table.
© Stack Overflow or respective owner