472,364 Members | 2,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,364 software developers and data experts.

Master / Detail datagrids

Hi,

I'm new to VS and ASP.NET and have a question about
master/detail datagrids.
I have a master datagrid filled with data via a component
that contains a
SQL adapter. Now I would like to fill a detail datagrid
(which will contain
a number of detail records) based on the selected master.
Is it possible to
do this via the Data Adapter Wizard and the Query Builder
or do I need to
write VB code ?

Thanks,

Marcel
Nov 18 '05 #1
2 1382
Hi,
This Master/Detail DataGrids is possible using the
DATASETS. This is an ADO.NET COMPONENT which is an
inmemory database consists of different tables and their
relations. Please have a look on the DATASETS
DATARELATIONS Collections.

thanks
srinivas moorthy
-----Original Message-----
Hi,

I'm new to VS and ASP.NET and have a question about
master/detail datagrids.
I have a master datagrid filled with data via a component
that contains a
SQL adapter. Now I would like to fill a detail datagrid
(which will contain
a number of detail records) based on the selected master.
Is it possible to
do this via the Data Adapter Wizard and the Query Builder
or do I need to
write VB code ?

Thanks,

Marcel
.

Nov 18 '05 #2
Thanks for the answer. I have defined the relation between
the 2 tables in the dataset, but how do I update the
detail datagrid when another parent is selected ?
-----Original Message-----
Hi,
This Master/Detail DataGrids is possible using the
DATASETS. This is an ADO.NET COMPONENT which is an
inmemory database consists of different tables and their
relations. Please have a look on the DATASETS
DATARELATIONS Collections.

thanks
srinivas moorthy
-----Original Message-----
Hi,

I'm new to VS and ASP.NET and have a question about
master/detail datagrids.
I have a master datagrid filled with data via a componentthat contains a
SQL adapter. Now I would like to fill a detail datagrid
(which will contain
a number of detail records) based on the selected master.Is it possible to
do this via the Data Adapter Wizard and the Query Builderor do I need to
write VB code ?

Thanks,

Marcel
.

.

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Jim Bob | last post by:
I Have a form with two datagrids bound to two tables in a dataset. The top datagrid is a master and the one below it is a detail. I want to be able to click on a row in the master and fire an...
4
by: M | last post by:
Hy, I would like to create a master /detail datagrid, that is a datagrid that (when I click on an item) shows some other item's details expanding the rows under the selected grid Can someone...
7
by: erniej | last post by:
as per instructions in the walkthrough, I have managed to create a master/detail relationship between two datagrids. However I have a requirement to apply this to three datagrids and the third...
1
by: solex | last post by:
Hello, I am trying (unsuccessfully) to display a Master-Detail-Detail records. The problem comes in the second detail grid. The first detail grid is displaying correctly but it is not...
2
by: HS1 | last post by:
Hello all I followed the example in Visual Studio.net to create a master and detail relationship as following: two tables: Customers and Orders two DataGrid: GridOrders and GridDetails...
0
by: Michael Maes | last post by:
Hello, I face a problem concerning an Update of a Master-Detail Hierarchy of Three levels. • tblWorkOrders (Master) • PK: workorderID o tblWorkOrderTasks (Detail) o PK: workorderTaskID
2
by: Coen | last post by:
Hello, I have a strange performance delay of about 2 sec's in moving to the next row. I use multiple forms with each master-detail table relations. The master-table displays it's table rows in...
1
by: Gary200 | last post by:
Hello All, I bind two datagrids in a master-detail relationship successfully. What I want is to set allowNew and allowDelete disabled in both datagrid using dataview. The code like this: ...
2
by: jvdub22 | last post by:
I have a vb.net windows form application that has two datagrids on it that have a master - detail relationship. The underlying database is an sql database. The application works fine when I first...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.