This is my code. When I refresh the parent page. All other pages in the IFrame do not refresh. IF I individaully refresh(ie right clicking and refreshing it it will) What shld I do?
<form>
<table>
<tr>
<td>
<IE:WEbcontrol Autopostback="false"....>
</IE:WEbcontrol>
</td>
</tr>
<tr>
<td>
<IE:Multipage >
<IE
ageview>
<IFrame rc="myPage1.aspx"></IFrame>
</IE
ageview>
<IE
ageview>
<IFrame src="myPage2.aspx"></IFrame>
</IE
ageview>
<IE
ageview>
<IFrame src="myPage3.aspx"></IFrame>
</IE
ageview>
</IE:Multipage >
</td>
</tr>
</table>
</form>
<form>
<table>
<tr>
<td>
<IE:WEbcontrol Autopostback="false"....>
</IE:WEbcontrol>
</td>
</tr>
<tr>
<td>
<IE:Multipage >
<IE
<IFrame rc="myPage1.aspx"></IFrame>
</IE
<IE
<IFrame src="myPage2.aspx"></IFrame>
</IE
<IE
<IFrame src="myPage3.aspx"></IFrame>
</IE
</IE:Multipage >
</td>
</tr>
</table>
</form>