ASP.NET: Master or Detail View using a DropDownList and a DataGrid is a tutorial through which users can gather information about the datagrid control and dropdownlist control. This tutorial demonstrates novice how to generate datagrid and dropdownli
HierarGrid: A Hierarchical DataGrid that Displays Master-Detail Relationships is a web based article that demonstrates how you can insert the data from two tables that have parent-child relationship in the datagrid control. This article shows an exam
In this tutorial the author explains the procedure for displaying the related set of data in two different datagrids. You can view the detail rows related to any data row in the master datagrid by clicking on the show details button. The author clear
Optimized Master/Detail DropDownList is an user friendly tutorial through which you can know about how to create master/detail dropdownlist. This tutorial clearly explains the procedure with example code. You can use the example code for your web bas
Calling a Detail Data Form From A DataGrid Row is a web based tutorial in which the author shows how to call a required procedure that is in a seperate form when the users select a particular row in the datagrid control. This tutorial clearly explain
DataGrid with Multiple DropDownLists is an ASP.NET tutorial which shows you how to populate a dropdownlist based on the selecteditem from a another dropdownlist. When a user changes the current value in the master dropdownlist then they should popula
This package contains four components: TDSQuery, TDSADOQuery, TDSIBQuery and TDSSQLQuery. This components are a workaround for the limitation of DataSnap when using query components for master/detail relationships where linked fields have diferent na
The article is about the creation of master detail page using nesting repeated controls. In this tutorial, the author used the two tables, Products and Categories from the Northwind database. The author explained in detail about creating the .aspx pa
Java Framework for building Web applications with out programming. Common functionality like new, edit, print-preview. List/detail or master/detail views and edit masks for database tables are already built-in. Adaptable to individual needs by a conf
How to do calculations in a datagrid is an article that shows you how to do calculations in a datagrid control. Datagrid control contains the data from the database table. You can calculate the average of the columns in the datagrid control and displ |