Which feature in ASP.NET is used to separate the HTML markup from the underlying program logic?

Choose the correct answer

Explanation

In ASP.NET, the 'Code-behind' technique is employed to keep the HTML markup distinct from the program logic, enhancing maintainability and readability.

Which feature in ASP.NET is used to separate the HTM… — ASP.net | PakQuizHub