0

I am developing an asp.net web application. I have used Iframe control. Whenever I add a button to it.It is not shown on Iframe. Please look at the following code.

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

1 Answers1

0

Any particular reason for using iframe? Use a div or a panel instead?

MaxPayne999
  • 184
  • 1
  • 2
  • 10