Mark Nischalke wrote:
Asking for help is not rude. Asking an URGENT response is.
let's finish this here. I apologize for being rude. and also i restate my question: I have a long running procedure which takes approx. 1 mins to complete. I am calling the method using a delegate and ICallBack. When my process completes the it raises an event which is handled on UI wherein I am assigning the datasource to grid but as this is a asynchronous update the updates are not visible on the Page. I cant use Update panel in my project. My question is that is is there any way to post back the page to the server without using Update Panel after asynchronously updating the page to show the updated contents.