i have 2 update panels in asp.net page with in update panel one textbox and asp button available ,the user enter the textboxes and click the buttons one after another ,the first request send to one class method (it taking 5sec time) and second request send another class method(it take 10sec time)but now the user click the firstbutton without waiting response immediately click second button , i have send both requests and display the response independently (that means asynchronously) pls give me any suggestion
Share
Use UpdateProgress control:
Update Process