Ask a Question related to ASP.NET General, Design and Development.
-
Christian #1
difference between constructor and Page_Init()
Hi,
what is the difference between the page-constructor and Page_Init() ?
when to put what code where ?
thanks
chris
Christian Guest
-
page_init executing twice
I am experiencing a weird problem with some buttons on my webpage. The page_init is executing twice when a button is clicked. If I replace the... -
Init Handler Not Firing After Page_Init
Hello to all of you geniuses, I'm having a problem trying to get an Init handler to fire for a Placeholder control at the initialization phase.... -
Calling SUPER::constructor in the constructor
Is it possible to call the constructor that a function inherits from its parent? I tried calling SUPER:: and SUPER-> in a constructor and got... -
Using inheritance for web pages - why have a Page_Init when you can override OnInit?
I'm trying to better understand the use of inheritance vs. the implementation of a handler. I wanted to ask this question to the newsgroup. Each... -
Page_Init() and Page_Load()
Hi, what is the purpose of having a Page_Init() AND a Page_Load() event handler 'cause both will always be executed on loading a page ? What...



Reply With Quote

