Ask a Question related to ASP.NET Building Controls, Design and Development.
-
mart #1
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 button for a Linkbutton the page_init
only loads once.
I've set the Autoeventwireup to false.
Could it be a framework problem ? On other computers the
bug is difficult to reproduce but on mine the problem is
constant. I am using framework version 1.0 with SP2.
Thanks for your help
mart Guest
-
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.... -
executing SQL query using ASP?
Hi, I've got the following problem and I don't know how to make this (if it's possible at all): I want to make a form where the user can enter... -
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 -
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... -
974geekmasta #2
Re: page_init executing twice
I noticed that too in a vb.net project under visual studio.net 2010
I suspect that the page_init of an ascx is called the first time a control is showed on an aspx page and each time that a property of the control is set and maybe read.
That has to be confirmed or not.
Just some clues.
See ya
Dillinger974
974geekmasta Guest



Reply With Quote


