VS 2008, .NET 3.5 C#, Adapter
LLBLGenProDataSource2 ASP.NET Newbie question
I have a simple test page where a grid (DevExpress) is nicely bound to a LLBLGenProDataSource2 where the Live Persistance is False. Updates etc all work well in an AJAX UpdatePanel.
On a post pack I want to make the grid refresh. I noticed a LLBLGenProDataSource2.DataBind() and there is a Grid.DataBind()
I tried calling both DataBind()s, but the PerformSelect() event doesn't fire. It does fire when the page first loads and works well.
Ian