Hi,
Can you please help me understand what I am not doing right?
I have an ASP.NET 2.0 + SQL 2005 + LLBLGen Pro 2 application that has a DropDown and a FormView. Both of these controls are databound through the IDE to a LLBLGenProDataSource (self servicing).
When I run the app, and create a new record via the Form View, the record is inserted in the database, but the DropDown is not updated. If I stop the app, and run it again, the DropDown will then show the new record that was inserted before.
Can you please tell me what I should do to have the controls be refreshed and updated in a timely way, so that if I enter a new record, it is shown in the DropDown?
Thank you,
Mike