A Alberto Feb 3, 2004 #1 The event page_load in an aspx page is fired twice. Does anybody know a reason? Thank you.
M Michael Ramey Feb 3, 2004 #2 Most likely because you have AutoEventWireup="true", set it to false <%@ ... AutoEventWireup="false" ...>
Most likely because you have AutoEventWireup="true", set it to false <%@ ... AutoEventWireup="false" ...>
A Alberto Feb 3, 2004 #4 I found the source of the error: I had on the onInit event the call InitializeComponet() twice. Thank you.
I found the source of the error: I had on the onInit event the call InitializeComponet() twice. Thank you.