Search code examples
asp.netdata-bindinggridviewlinqdatasource

Gridview with linqdatasource refreshing view?


I've a gridview bound to linqdatasource1 and a details bound to linqdatasource2 (for searching).

When I update the data on detailsview, my gridview is not updating. I've tried handling various gridview events and databinding the gridview in code but it doesn't seem to work.


Solution

  • Perform a .DataBind on the gridview as you manipulate data in the detailview