I want to refresh data in GridView using Ajax
Hi friends
I am working on an application in which i am displaying records in
gridview , it contains a dropdown ,when any user changes value
in dropdown and click on submit then these changes saved to database, but if any user accessing same records simultanously then changes done in database should reflect to user screen without page refresh, Please tell me how to solve this issue using AJAX or do we have any other method to solve this problem.
Thanks
|