in c#, how do you automatically wire up events in code behind to a control. I thought "AutoEventWireUp="true" was for that purpose, but it doesn't work.
↧
in c#, how do you automatically wire up events in code behind to a control. I thought "AutoEventWireUp="true" was for that purpose, but it doesn't work.