i want to know that from which pages my current page has been called in ASP.net
As for example
I want the track of page named "hero.aspx" and it has been called from "Zero.aspx"
and "Zero.aspx" has been called from "one.aspx"
So i want output as whole page called hierarchy.
How can i get this in asp.net