I am not sure why I get the js error
ResponseText is not defined
in my callback function()
$("#orderListContainer").load("OrderHandler.ashx?action=" + action, function(responseText, textStatus, XMLHttpRequest)
{
alert(ResponseText);
});