I am trying to pull a c# page into an iframe but I keep getting a 404 error! Can someone tell me what is wrong with this code? I believe that it is setup right?
<iframe id="FRAME1" runat="server" src="~/requestphonecall.aspx"></iframe>
Many thanks!
The ‘~/’ path shortcut can only be used server-side. An iframe is in client-side script so you need a relative or absolute HTTP URL