Hi,
I have a GridView that is bound to an ObjectDataSource. After some
circumstances, the data behind the ObjectDataSource changes and I need to
refresh the ObjectDataSource. What is the best way to refresh the GridView's
data?
Thanks,
Max
Walter Wang [MSFT] - 10 Jul 2007 08:06 GMT
Hi Max,
I think simply rebinding the GridView by calling its DataBind() method will
cause it to load the data from the updated data backend. I hope I've not
misunderstood your question, please feel free to post some code if the
issue is more complicated. Thanks.
Regards,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Eliyahu Goldin - 10 Jul 2007 08:20 GMT
myGrid.DataBind () should do.

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Hi,
>
[quoted text clipped - 5 lines]
> Thanks,
> Max