mgthantzin.com/blog updates from me

about him

Posts Tagged ‘iframe’

iFrame & Modal PopUp

Undesired Behaviour: I tried to call a ASP.Net Ajax Modal Popup from master page code and child page has got one HTML iFrame. Modal Popup didn’t appear while the code was executed. Fix: Add runat=”server” tag to iFrame and make it server-side element. Behaviour was corrected.