I have an aspx page where I have two iframes, both pointing to an instance of another page.

When I do a postback of the parent page, I don't get a postback of the child pages - is there a way to do that?

Because now, when the parent page is posted back, anything entered in the child pages is lost :-(

Thanks in advance.