autoeventwireup Questions

1

Both Page_PreRender and Page_Load do not work in the Master Page I am working with. Page_Init does, however, for any reason. AutoEventWireup is set to true. public partial class MyMaster : MasterP...
Taynatayra asked 8/12, 2011 at 12:49

1

Solved

How can I use the PostAuthenticateRequest event of Global.asax? I'm following this tutorial and it mentions that I have to use the PostAuthenticateRequest event. When I added the Global.asax event ...
Capua asked 13/1, 2011 at 7:51

3

Solved

I don't understand what the AutoEventWireUp page property is responsible for. I've read through this article, but even that I don't understand.
Geisel asked 25/3, 2009 at 9:42

2

Solved

Using VS2008, C#. When AutoEventWireup is set to true and in a webform I call base.OnLoad(e) like: protected void Page_Load(object sender, EventArgs e) { base.OnLoad(e); } The base.OnLoad(e) en...
Posada asked 19/2, 2009 at 1:31
1

© 2022 - 2024 — McMap. All rights reserved.