G
Guest
Hi
If I have 2 different controls in a webpage Gridcontrol and reportviewer and
an asynchronus call for reportviewer query.
AddOnPreRenderCompleteAsync(new BeginEventHandler(BeginAsyncOperation),new
EndEventHandler(EndAsyncOperation));
Wil the Gridcontrol not be rendered and visible on thepage until the
asynchrounus query has completely run?
Thanks in advance.
A
If I have 2 different controls in a webpage Gridcontrol and reportviewer and
an asynchronus call for reportviewer query.
AddOnPreRenderCompleteAsync(new BeginEventHandler(BeginAsyncOperation),new
EndEventHandler(EndAsyncOperation));
Wil the Gridcontrol not be rendered and visible on thepage until the
asynchrounus query has completely run?
Thanks in advance.
A