Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datagrid in c#

Status
Not open for further replies.

taimai

Programmer
Mar 12, 2003
2
US
Hi, I'm a newbie in C#, hopefully some1 can help me. In my program how do I dynamically update data in a cell in my datagrid. How do i flush that data back to my dataset or database. Also, how do i add a new row to my datagrid.
Thanks.

Tai
 
Yes, you can do everything you have asked about. But it is probably beyond the scope of this forum.

There are many good books which cover exactly this topic - any ADO.NET book should cover it. Most basic .NET books have at least a chapter on this topic. There are many examples on msdn.microsoft.com but I would recommend that you start with a book which brings all the information together in one place. Perhaps people can recommend a few.

There is a lot of info on msdn.microsoft.com such as:
---
dino
 
Thanks, I've found the info I needed in one of the books.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top