G
Guest
The issue is that I have two formviews in a multiview.
The second formview's objectdatasource references controls in the first
formview.
If the query to populate the first formview results in no data then the
first formview is not created and the second objectdatasource trying to
reference the first formview throws an exception indicating it cannot find
controls in the first formview.
Is there a way to make the first formview to display with no data and not
change the BLL or the DAL?
The second formview's objectdatasource references controls in the first
formview.
If the query to populate the first formview results in no data then the
first formview is not created and the second objectdatasource trying to
reference the first formview throws an exception indicating it cannot find
controls in the first formview.
Is there a way to make the first formview to display with no data and not
change the BLL or the DAL?