Hits Today: 1 Total: 114 | 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: 2 Total: 133 | 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: 3261 | 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: 2 Total: 1081 | 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: 13944 | 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: 3 Total: 8917 | 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: 49 | 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# | |  | |
|