Hi all;

I have an iFrame in Default.aspx and src of iFrame = Login.aspx and I try to do that when User click the LoginButton (in Login.aspx), it changes iFrame "src" attribute and so in Default.aspx it shows Profile.aspx in iFrame. I mean Default.aspx does not refresh, only content of iFrame changes.

And second one :
when user click a button out of iFrame in Default.aspx I try to control the page in iFrame. for example : user clicked a button out of iFrame and Text of textBox in a page which is opened in iFrame is set to "done !".

I have tried eventBubbling, asynchronous page, event handlers for 2 days but I could't find a way. Please help me.

Thanks
Deniz

why dont you use web user controls instead of iframes?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.