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>...
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>...
See here is what is happening.
When I am refreshing parentpage, I am not seeing my childpage at all.
parentpage has tabs, each tab points to a page
<ucIE:MultiPage id="mp2" runat="server" Width="100%" Visible="true" BorderWidth="0px">
<ucIE:PageView>
<iframe name= "IFrame1" id = "IFrame1"...
Yep. Sorry. Thanx . It might be silly, but I am learning as we speak :-)
One other issue I am having is refreshing the childform. Can u tell me how will I refresh childform if I Refresh the parentForm?
This is a fast response site I must admit!!!!!!
I tried the square brackets
function ShowFinancialData()
{
alert("blah")
var doc = document.frames['IFrame1'].document
alert("blah2")
}
Why does it never hit the second alert?
Hi,
I am designing an asp.Net page. I am using IE tabstrip. When user clicks on each tab, I call a IFrame with src = "ChildWebForm.aspx"
<iframe name= "IFrame1" id = "IFrame1" src="ChildWebForm.aspx" frameborder="0" width="100%" height="700px" scrolling="no"></iframe>
Now I am adding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.