How to call an ASP page from another page?

In VB.NET , we can use
dim f as new MyForm()
f.Show()

What's the equivalent syntax in ASP.NET?

Thanx