-
I've been ask by my client to add a "duplicate" function to my windows form application in VB.NET 2005, using CSLA 2. I'm looked into the copy of the object. I tried to use the following code, but it's not doing what I need. Public Shared Function NewCost(ByVal oldCost As Customer...
-
Hi We are using CSLA version 2.0 on .NET 2.0 VS2005. In my project, I'm using a datagridview, with child data. In the design, we add extra rows to the datagridview on the Fetch. We do this so that the user doesn't have to add additional rows; they are only allowed a certain number. Any ways that...