﻿function TestAjax()
{
alert (PulseWebSite.AjaxHandler.Test('Rizwan'/*,TestCallBack*/));
}

function TestCallBack(result)
{
alert (result);
}