Why isn't there a simple way to trigger an UpdatePanel from client script?

time to read 1 min | 72 words

All I want is something in the order of:

$get('<%= MyUpdatePanel.ClientId %>').update();

You would think that this is elementry, but apperantly we get things like this, which involve tricking the UpdatePanel into triggering.