C# Code Require
How to Write "Select,Insert,Update" Query in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Mar 28, 2009, 1:09 PM
In this article, we will see how to update a database using a Data Adapter's Update method using C# and ADO.NET.
This Article will show the basic database transactions select, insert update and delete.
This articles describes you how to view, add, update, and delete data using an ASP.NET 2.0 GridView Control in SQL Server database and C#.