K
keys4worship
Here goes...
I am very new to programming. I am currenting using Visual Studio C# to
connect to SQL db. The db has only one table and two views. I have
created 3 datagrids on one page along with 3 sqladapters and datasets.
Each adapter uses a stored procedure used with the table and two views.
I have used the views to present summary totals of regions and areas
respectively. The first datagrid displays regional summary data. This
data consists of rows showing the area offices within the region and
total items pending in each area. Clicking on the area name in a row
will trigger the second datagrid which displays information for the
area along with summary data for the offices within the area. Clicking
on the office name in this grid triggers the third datagrid with
detailed information of items within that office. I am sure doing a lot
of setting of the visible properties of these datagrids. Is there a
better/proven way to deal with something like this?
Thanks
I am very new to programming. I am currenting using Visual Studio C# to
connect to SQL db. The db has only one table and two views. I have
created 3 datagrids on one page along with 3 sqladapters and datasets.
Each adapter uses a stored procedure used with the table and two views.
I have used the views to present summary totals of regions and areas
respectively. The first datagrid displays regional summary data. This
data consists of rows showing the area offices within the region and
total items pending in each area. Clicking on the area name in a row
will trigger the second datagrid which displays information for the
area along with summary data for the offices within the area. Clicking
on the office name in this grid triggers the third datagrid with
detailed information of items within that office. I am sure doing a lot
of setting of the visible properties of these datagrids. Is there a
better/proven way to deal with something like this?
Thanks