-
Please forgive the newbie questions, but I thought I had taken the safe and easy route... and now I have discovered my application locks up my server under heavy load. I have an ASP.NET (Wed Forms) application that uses CSLA and business objects generated by CodeSmith. Everything seems to work fine,...
-
I am working in CSLA.net 4, Using a DataGrid with a BusinessListBase and BusinessBase. My fetch work nice. To update a line in the Grid my CanSave binding works on my apply button. I use this: <Button x:Name="ButtonApplyTop" Width="75" Content="Apply" IsEnabled="...