inherited master page question

  • Thread starter Thread starter WebBuilder451
  • Start date Start date
W

WebBuilder451

why will event's like on page load not fire in a master page that has been
inherited?

--
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)

kes
 
Hi,

If a page is has master page then master page page load will fire
first then page...
Can u please describe the problem a little bit in detail..

thanks

Munna
 
yes, the only event tthet fireson the sub master is the prerenc=der for the
controls

the page load does not fire.

i have
main master
|
-------- Members master (this one does not fire the page load event. i set a
break point and its never hit!!, however, the )
|
-------------- my page
(i''ll be asking a lot of these, but I find C# totally way cooler than vb
and there''s no go''n back!!!)
thanks (as always)

kes
 
Back
Top