ASP 按钮未显示在 iframe 上

ASP button not showing on iframe

我正在开发一个 asp.net 网络应用程序。 我用过 Iframe 控件。每当我向 it.It 添加按钮时,Iframe 上都不会显示。 请看下面的代码。

<iframe style="border: none" name="myIframe" id="myIframe" runat="server" height="100%" width="100%" >
                           <asp:Button runat="server" Width="20" Height="20" />
                        </iframe>

使用 iframe 有什么特别的原因吗?使用 div 还是面板?