Hi all,
I'am currently evaluating the Telerik ASP.NET AJAX Controls.
I'am missing the functionality to invoke a AJAX Request which should call a function in the codebehind class asynchronly by providing a callbackfunction. The codebehindclass should return a value and call the callbackclass i provided with the returnvalue.
This works with WebServices which i registered within the ScriptManager but i think there must also be posibillity to do this with the CodeBehind Class. I've seen som peoples doing this, by using the function:
private void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
{
//code to handle the generic AJAX request
}
But then i need to return the value by putting it into a hidden input field. Thats no solution for me because i have several asynchron requests.
I hope you can help me.
Thank you
Alex
I'am currently evaluating the Telerik ASP.NET AJAX Controls.
I'am missing the functionality to invoke a AJAX Request which should call a function in the codebehind class asynchronly by providing a callbackfunction. The codebehindclass should return a value and call the callbackclass i provided with the returnvalue.
This works with WebServices which i registered within the ScriptManager but i think there must also be posibillity to do this with the CodeBehind Class. I've seen som peoples doing this, by using the function:
private void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
{
//code to handle the generic AJAX request
}
But then i need to return the value by putting it into a hidden input field. Thats no solution for me because i have several asynchron requests.
I hope you can help me.
Thank you
Alex