I know in PHP you can do Code: require('page1.php'); How can you do this in aspx?
require('page1.php');
Forum Rules