Hits Today: 1 Total: 225 | Updated: 11/16/2007 | |
 | When working with a database it is common to request data that is spread across multiple tables. To retrieve data from two different tables we can use either a correlated subquery or a JOIN operation. Author: Microsoft Code: ASP.NET v2.0 & VB |
Hits Today: 1 Total: 252 | Updated: 11/16/2007 | |
 | Learn how to update multiple database records in a single operation. In the User Interface Layer we build a GridView where each row is editable. In the Data Access Layer we wrap the multiple Update operations. Author: Scott Mitchell Code: ASP.NET v2.0 & VB |
Hits Today: 2 Total: 3332 | Updated: 10/21/2003 | |
 | Following example displays us how to send a query using an SQLCommand. We execute a simple Transact-SQL UPDATE statement to show all rows from database. I have used Nowthwind sample database for this sample.
Author: Dotnetindex.com Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 6 Total: 1247 | Updated: 1/19/2007 | |
 | Introductory tutorial and code snippet on how to simply update a record in a Microsoft Access database. Author: Michael Wall Code: ASP.NET v2.0 & VB |
Hits Today: 2 Total: 14174 | Updated: 9/7/2001 | |
 | The best part about it is that the ASP.NET DataGrid server control enables editing of records in a much easier fashion. In classic ASP you would typically provide an edit link for the user and redirect them to a page with the ID value in the QueryString. Author: Doug Seven Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 9084 | Updated: 6/4/2002 | |
 | Modifying / Editing records in a table is as simple as that with the help of editable datagrid. In this article, we will see, what should we need to create an editable datagrid. Let us start with the datagrid declaration. Author: Jesudas Chinnathampi Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 201 | Updated: 4/14/2008 | |
 | This tutorial shows how we can use the FormView control to display data from a SQL database, and also allow adding, updating and deletion of this data. This tutorial uses an example SQL database to show how the FormView control can display data. Author: AspNetTutorials.com Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 106 | Updated: 7/25/2008 | |
 | Learn how to display data from an Access Database using ADO.NET and a DataGrid, and also learn how we can use the DataGrid to add new data and edit & delete existing data. C# version.
Author: dbtutorials.com Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 56 | Updated: 8/8/2008 | |
 | This tutorial will show how we can use LINQ to update records in a database, using a GridView Control. This examples was written in Visual Studio .NET 2008. Author: dbtutorials.com Code: ASP.NET v3.5 & C# |
|