Does anybody know how to include another page at the top of the current page in ASP?

In PHP you put this at the top of the source code:
Code:
<?php
include_once("header.php");
?>
thanks