How to update a GridView row by row?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nghazanfari
    New Member
    • May 2014
    • 1

    How to update a GridView row by row?

    I have a gridview that displays a partillay filled list of data. Based on an external action
    the rows in the list get updated (the empty cells get data) in order. I want to update the GridView
    also line by line as it happen but the update does not happen one by one. It takes a while
    and after some time it displays the completed list. This
    is not how I want it. I want user to see the update taking place for each line in order.
    I have tried with and without UpdatePanel but it does not work. Any idea about how could be done
    is appreciated.
Working...