Hi folks,
I've got a question regarding the managment of the events in a
System.Web.UI.Page.
If I want to write code for this event in my code behind I have to
write something like that:
protected void Page_Init(object sender, EventArgs e)
That works but I don't understand why!!!
How the .Net framework understand that this is the handler of the event
Init?!?!?
For all the others controls I must use the properties windows to set
the right event handler, but I can't do it with the page...
I'm a little confused, someone can help me?
Best
--
Andrea Rosa