T
Tony Johansson
Hello!
This is a asp.net question that might somebody knows.
If I set the AutoEventWireup="false" I must do the wiring between the event
and the eventhandler myself.
So if I want to associate the Load event to a eventhandler that is called
Do_Load how to I do that in code ?
//Tony
This is a asp.net question that might somebody knows.
If I set the AutoEventWireup="false" I must do the wiring between the event
and the eventhandler myself.
So if I want to associate the Load event to a eventhandler that is called
Do_Load how to I do that in code ?
//Tony