In ASP.NET 2.0, which feature allows a standard postback to be sent to a different page within the application?

Choose the correct answer

Explanation

The correct answer is Cross Page Posting, which enables a postback to occur on a different page in the ASP.NET application. Code-behind refers to the separation of code and markup, and Themes are used for styling. Therefore, Cross Page Posting is the feature that supports this functionality.

In ASP.NET 2.0, which feature allows a standard post… — ASP.net | PakQuizHub