i have a gridview with nearly 10,000 rows of data when i want to edit one row when i click on edit button i am displaying the data in another panel and put an button to save the
changes and after i am set to invisible the panel and reload the gridview .
for this it will taking so much time to reload the gridview.
so that's way i want to update that particular row only with out reloading the gridview again. i want to do it through ajax so how can i do it,
please any one suggest me a good example
Go to the complete details ...