Can I Call a Child Page From a Master Page?
Posted
by MemphisDeveloper
on Stack Overflow
See other posts from Stack Overflow
or by MemphisDeveloper
Published on 2010-04-20T15:44:07Z
Indexed on
2010/04/20
15:53 UTC
Read the original article
Hit count: 193
My problem is this I have a base page that creates content dynamically. There are buttons on my Master Page that fire events that my base page needs to know about. But the OnLoad function on my base page fires before my Button_Command function on my master page. So I either need to figure out a way to load my base page after the Button_Command function has had the chance to set a variable or I must call a function in my base page from the Button_Command function.
© Stack Overflow or respective owner