1
I am maintaining an old application that uses Web Forms. This application uses Iframe
to make a kind of layout reuse.
The problem is that even doing this, a lot of code is repeating, and I’d like a solution to that.
I come from PHP and Python, where frameworks use main layouts, which can be extended by the views used. I have no idea how to do this in Web Forms (or even if it is possible to do this).
Is there any way to use a main layout with ASPX files? How to do this?
In Webforms you can use Materpage... but it does not match your Iframe scenario, because it isolates the content inside it and will not reuse anything...
– Leandro Angelo
@Leandroangelo is the Masterpage. Put the answer there :D
– Wallace Maxters
managed to hit his master?
– Leandro Angelo