﻿function ClickCancelButton() {
    $("#" + ServerControl.CancelButton).click();
    return false;
}