我正在开发一个 asp.net Web 应用程序。我使用过 Iframe 控件。每当我向它添加一个按钮时。它不会显示在 iframe 上。请看下面的代码。
<iframe style="border: none" name="myIframe" id="myIframe" runat="server" height="100%" width="100%" >
<asp:Button runat="server" Width="20" Height="20" />
</iframe>