In my Javascript I am manually calling
__doPostBack('myUpdatePanelId','mycustomeventarg')
It works fine except the EventArgs in my
protected void Page_Load(object sender, EventArgs e)
is always empty. Do I have to cast it to something else somehow?