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 <? include "http://www.google.com"; ?> what would be the equivalent of include statement for aspx? Isn’t there a VERY SIMPLE way of doing this?
I’m trying to include an external aspx page on my aspx (VB) page. If
Share
I don’t really understand why you need this.. But
iframesfor that.