Is it possible that calling a single div (without master page) by the
use of <iframe>
.
<iframe style=" width: 1150px; height: 600px;" id="frame" src="EmployeeAllowance.aspx" runat="server"></iframe>
Above code is working but it show the full page including the master page. How can I call the content wrapper div as a single part?