Thank you for your help.
I am trying implement this - "A screen similar to the .net wizard control interface" ( i.e. the links on the left and the content on the right)
I want to avoid using the Master page. Instead, I want to use a parent page with links on the left and the iframe on the right for the content.
The links will open the child pages in the iframe. The child pages will have the formview and the gridview controls connected to SQL. When a user clicks from one link to another on the parent page, it should
- save the unsaved data in the current child page to SQL first,
- then open the new child page in the iframe.
I can do this only if we can get a reference to the child page in the iframe from the parent page.
Is there a way to do this?
Thanks,
Regards,
Praneetha