Can someone tell me where is a good article about learnig C# Datag

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, Where is a good place on the internet for me to learn about how to use
the datagrid. My grid's datasource is a dataset with one table from a DB. I
need to know how to perform Edit, Delete and insert for the grid. The books
I have are not that detail. I appreciate it someone can point me out to some
good reading/learning article.

Thanks,
Alpha
 
Hello,
Hi, Where is a good place on the internet for me to learn about how to
use
the datagrid. My grid's datasource is a dataset with one table from a
DB. I
need to know how to perform Edit, Delete and insert for the grid. The
books
I have are not that detail. I appreciate it someone can point me out
to some
good reading/learning article.

.... if you mean the Windows Forms DataGrid ...
One site which answers DataGrid questions (often) with codes examples is
:
http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx

But normally the most things can also be found at the microsoft sites:
http://www.google.de/search?hl=en&q=site:microsoft.com+DataGrid+C#+Windows+Forms


ciao Frank
 
I am working with Windows Application's datagrid.
Thank you. I'm looking for tutorial or sample codes that shows how to
update the changes in datagrid (could be add, delete or update) back to the
dataset and the database.
 
Back
Top