In ASP.NET 2.0, which feature allows a standard postback to be sent to a different page within the application?
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.