Hi All,
I am new to the RadControls for ASP.NET Ajax. Is any way for this scenario:
Click a button to start an ajax that
1) make some calcaulate on the server side
2) fill a grid in the panel with the results on the server side
3)after the ajax response is ended, send some data back to client side and call the client side callback function to fill client side control...
I know how to do 1) and 2) and I can use the client side callback function of the ASP.NET to do 3) somehow.
But I am seeking a better way in the Radcontrol framework
Is there any way to return string from Server to a client function, at the event of OnResposeEnd? or any suggsetion?
TIA
Jerry