Posted 24 Jan 2011 Link to this post
Posted 27 Jan 2011 Link to this post
<script type=
"text/javascript"
>
function
chattext() {
setTimeout(
() {
var
ajaxmagr = $find(
"<%= RadAjaxManager1.ClientID %>"
);
alert(ajaxmagr);
ajaxmagr.ajaxRequest(
"chat"
}, 0);
}
</script>
Posted 28 Oct 2013 Link to this post