`include` statement for aspx?

burak68

New Member
I'm trying to include an external aspx page on my aspx (VB) page. If it were php i would have done it with a line of code like \[code\]<? include "http://www.google.com"; ?>\[/code\] what would be the equivalent of include statement for aspx? Isn't there a VERY SIMPLE way of doing this?
 
Top