<Control.id>_Ajax
So if the Progress control is called progress you'd get: Prorgress_Ajax which can be used like this to make callbacks from the client to the server:
CallMethod("Progress_Ajax","StartProcessing",StartProcessingCallback);
from the client, where StartProcessing is a server side method and StartProcessingCallback is the client side function pointer that receives the response.