Newbie with web data binding

Newbie with web data binding

Old forum URL: forums.lhotka.net/forums/t/3759.aspx


Michael Hildner posted on Monday, October 22, 2007

Greetings,

I've use CSLA successfully for Windows apps, working on my first attempt at a Web app. Apologies if this is a dummy question. Using 2.1.4.

I have a class that derives from BusinessListBase and showing in a (Infragistics) grid, using the CslaDataSource. I modify some data in the grid, and of course I want to save those changes.

My problem is that I can't seem to get to the changed data. I put a button on the form that when clicked, simply does myGrid.DataBind() and I see the old values. I thought data binding was 2 way now? Maybe I'm just missing something?

Any help appreciated.

Thanks,

Mike

Copyright (c) Marimer LLC