I'm servicing an old application that uses Web Forms. This application uses Iframe
to make a kind of layout reuse.
The problem is that while doing this, a lot of code is being repeated, and I would like a solution for that.
I come from PHP and Python, where the 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?