Problem in nested master pages.
hi,
friends i am littlebit new in .net 2.0 and i have a problem.
please, help me.
i am using nested master pages in my project.
one is :
Front.master - > inner.master - > index.aspx
second is :
InnerFront.master - > inner.master - > aboutme.aspx
here, i have to call Page_PreInit method of inner.master, so it will select the master page according to requested URL.
if it is index.aspx then it will select Front.master
else it will select InnerFront.master.
i am unable to call PreInit method from Page(ex. : index.aspx)
from,
Harsh Pandit
kintu designs
|