Which feature in the ASP.NET page framework enables automatic linking of page events to their corresponding event handler methods?

Choose the correct answer

Explanation

Option A is incorrect because automatic event-method association is possible. Option B disables automatic wiring by setting AutoEventWireup to False. Option C is correct as setting AutoEventWireup to True allows the framework to automatically connect page events with their handlers. Option D is incorrect since not all statements are true.

Which feature in the ASP.NET page framework enables … — ASP.net | PakQuizHub