0

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.

Curtis White
  • 6,213
  • 12
  • 59
  • 83

1 Answers1

0

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

citronas
  • 19,035
  • 27
  • 96
  • 164
  • @Citronas I'm going to give you credit though because for some reason now it is working and I've not changed any of my code but I wouldn't ask something so basic as that. Thanks though for trying. – Curtis White Jun 04 '10 at 14:06