T
Tim Tafflinger
Hello,
I'm developing an application with one parent table and 12 child tables.
The parent table is patient information and the children contain such things
as lab results, medications, emergency room visits, etc. I'm trying to
decide how many gridview and sqldatasource controls is too many for one page.
I like the way the user interface works with everything on one page where
they can select a parent record from a gridview control then with a drop down
select the one child they want to view or edit. I would have a gridview and
sqldatasource for each child table and simply use the visible property to
show the one corresponding to what they select from the dropdown. I have it
working with 3 at the moment and it works fine but that's only 3 and it's on
my local machine. I've never put 12 of each on a page so I don't know what
issues I may encounter. Good idea? Bad idea? Would it be better to break
it out into 12 separate pages? Other suggestions?
I'm developing an application with one parent table and 12 child tables.
The parent table is patient information and the children contain such things
as lab results, medications, emergency room visits, etc. I'm trying to
decide how many gridview and sqldatasource controls is too many for one page.
I like the way the user interface works with everything on one page where
they can select a parent record from a gridview control then with a drop down
select the one child they want to view or edit. I would have a gridview and
sqldatasource for each child table and simply use the visible property to
show the one corresponding to what they select from the dropdown. I have it
working with 3 at the moment and it works fine but that's only 3 and it's on
my local machine. I've never put 12 of each on a page so I don't know what
issues I may encounter. Good idea? Bad idea? Would it be better to break
it out into 12 separate pages? Other suggestions?