In the case of AJAX in general, asynchronous doesn't mean multi-threaded. It means that you can contact the server and update the pagewhile the user is still viewing the page, rather than postingeverything back and making the user wait for it to reload.
If you want to update two gridviews at the same time, put them both on the same update panel. On the server-side, you can update any control on the panel that posted back.
Thanks for your reply.
I want to send out 2 queries at the same time and then which ever one comes back first, it will update the corresponding gridview, and then when the second one comes back, it will update it's corresponding gridview (asynchronous). Putting 2 Gridviews in one update panel does not accomplish this. I am still looking for a way to do this. Thanks!
hello.
well, this is correct only for updatepanels. you can make more than 1 remote calls with web services!
No comments:
Post a Comment