Hi,
I build webpage and now I want to build another one with simmilar stuff to the first webpage but with some differences. I want to change the onlod function. What I did was to inherited from the first website and in page_load in the first class I wrote virtual on_load and in the sub class I wrote overide page_load but still it calls the first page_load of the first website and not the inherited class...Why ? How can I on load in the second website page_load ?