how to do asynchronous process in asp.net?
Hi sir,
Tell me the steps to do asynchronous process in asp.net. Suppose if i am hitting other url it gets loading for few seconds, that time i need progress bar to display "Please wait" message until i am getting the data from that hitted url. Kindly give me the solution for this problem.