Scenario:
- multiple radio buttons with a given GroupName and
AutoPostBack="true".
- for styling purposes, the radio button is hidden with js and the click on its container (a td) is handled via js
- when clicking the td, the script 'clicks' the input element and triggers asp.net's auto postback
It does postback and hits PageLoad on the server, but the event in the codebehind is not triggered.