Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE:Tabstrip control, blank pages loading on Tab page

Status
Not open for further replies.

DevGirl

Programmer
Jan 12, 2006
8
US
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:pageview>
<IFrame rc="myPage1.aspx"></IFrame>
</IE:pageview>
<IE:pageview>
<IFrame src="myPage2.aspx"></IFrame>
</IE:pageview>
<IE:pageview>
<IFrame src="myPage3.aspx"></IFrame>
</IE:pageview>
</IE:Multipage >

</td>
</tr>
</table>
</form>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top