私のhtmlページは
<iframe runat="server" id="iframe1" width="100%" height="100%" scrolling="no" frameborder="0"></iframe>
pageload イベントの .cs コンテンツ
iframe1.Attributes["src"] = "http://default.com/";
//iframe1.Attributes["height"] = "100%";
//iframe1.Attributes["width"] = "100%";
iframe1.Attributes.Add("style","width:100%;height:100%;");
しかし、それは機能していません
ページ全体のコンテンツを表示したいのですが、iframe の高さがhttp://default.com/の高さになっていません。