Retrieve data from an ASP.Net application using Ado.Net 2.0 disconnected model
        Posted  
        
            by nikolaosk
        on ASP.net Weblogs
        
        See other posts from ASP.net Weblogs
        
            or by nikolaosk
        
        
        
        Published on Sun, 19 Dec 2010 20:47:00 GMT
        Indexed on 
            2010/12/20
            17:40 UTC
        
        
        Read the original article
        Hit count: 289
        
Filed under: 
        This is the second post in a series of posts regarding to ADO.Net 2.0. Have a look at the first post if you like. In this post I am going to investigate the "Disconnected" model. When I say "Disconnected" I mean Datasets . Datasets are in memory representations of tables in a particular database. A Dataset contains a Table collection and each Table collection contains a Row collection and each Row collection contains a Columns collection. So initially you connect to the database, get the data to...(read more)
        
        © ASP.net Weblogs or respective owner