J
Janet
Hi,
I'm trying to use the master/detail page to display the information of
staff. The master page will display some general information, while the
differen detail pages will show the different kinds of staff details, like
family member details, contact information, etc.
Hence, this case, I'll have
- Staff.master
- Family.aspx
- Contact.aspx
where Family.aspx and Contact.aspx have master page defined as Staff.master.
So if I need to place the items in the menu, I can only use Family.aspx and
Contact.aspx, in order to show the Staff.master details.
The master page has a main "Save" button, and also a "Show" button, so that
when user types in the Staff ID and press the Show button, the page will
load the staff information.
The event of the Show button, of course it's in the master page, where I can
also kick off the loading of master details. However, how can i reload the
child page in this case?
Thanks for your kind help.
Regards,
Janet
I'm trying to use the master/detail page to display the information of
staff. The master page will display some general information, while the
differen detail pages will show the different kinds of staff details, like
family member details, contact information, etc.
Hence, this case, I'll have
- Staff.master
- Family.aspx
- Contact.aspx
where Family.aspx and Contact.aspx have master page defined as Staff.master.
So if I need to place the items in the menu, I can only use Family.aspx and
Contact.aspx, in order to show the Staff.master details.
The master page has a main "Save" button, and also a "Show" button, so that
when user types in the Staff ID and press the Show button, the page will
load the staff information.
The event of the Show button, of course it's in the master page, where I can
also kick off the loading of master details. However, how can i reload the
child page in this case?
Thanks for your kind help.
Regards,
Janet