B
Bruce LeMond
I'm working on a web form and I have a list box of rooms
in the building and a datagrid containing the items within
the rooms. I'm wanting to program it so the datagrid will
display only those items within whatever room is selected
from the list box. In window forms, I could get this to
work ok by putting in the datagrid member name property
the relationship name HousekeepingRoomsHousekeepingItems,
but when I do this in the web form and start the browse,
it will give me an error page. What will I need to do to
get this to work in web form?
Thanks in advance for your help.
in the building and a datagrid containing the items within
the rooms. I'm wanting to program it so the datagrid will
display only those items within whatever room is selected
from the list box. In window forms, I could get this to
work ok by putting in the datagrid member name property
the relationship name HousekeepingRoomsHousekeepingItems,
but when I do this in the web form and start the browse,
it will give me an error page. What will I need to do to
get this to work in web form?
Thanks in advance for your help.