How to store data in a table locally and present it in C#
        Posted  
        
            by joslinm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by joslinm
        
        
        
        Published on 2010-03-29T03:55:48Z
        Indexed on 
            2010/03/29
            4:03 UTC
        
        
        Read the original article
        Hit count: 229
        
I want to setup a table that can:
- Save the data on the user's machine
- Reference & present the data in the GUI
- Capable of adding rows dynamically during runtime
What's the best way to go about this?
DataGridView or TableLayoutPanel or...? I'm having trouble with SQL server CE, as I was going to connect it with the DataGridView, but I'm very new to this kind of work, and wondered if it was even necessary to use SQL.
© Stack Overflow or respective owner