I have a gridview using object datasource for data binding. Everything is working fine except, When i add some new records to data it is not displaying immediately, it requires a refresh. I am using L2S Business Object with Object Data Source. Same thing in update and delete events.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Are you re-binding your GridView after making the changes to your data? |
|||||
|
|
I think you miss EditIndex property, change it on every event, like :
|
|||
|
|