Hello, guys.

I have this javascript to invoke serverside event that is attached to a
hidden Button.

__doPostBack('UserControlID$btnAddComment','Hello World');

The server side event gets invoked fine, but I can't seem to get
EventArgument 'Hello World' on the server side. Would this work at all? Am I
missing something?

TIA