From javascript, using __doPostBack(object,argument);
What do I specify as 'object' so that the cuteeditors' OnPostBackCommand event gets fired?
What do I specify as 'argument' so that the OnPostBackCommand event recieves the same style of CommandEventArgs as the Save button posts back?