Which feature in ASP.NET is used to separate the HTML markup from the underlying program logic?
Explanation
In ASP.NET, the 'Code-behind' technique is employed to keep the HTML markup distinct from the program logic, enhancing maintainability and readability.