You cannot call a non-static method from a static context without having an instance of the class. Remove staticfrom ResetDateor make LoadCallHistorystatic.
, static ResetDate, , . - ResetDate LoadCallHistory, - :
[WebMethod]
public static void ResetDate(DateTime TheNewDate)
{
var callHistoryHandler = new Pages_CallHistory();
callHistoryHandler.LoadCallHistory(TheNewDate.Date);
}
, ResetDate static LoadCallHistory. , static, , .
MSDN
, : . , . , .