My question here is what is the best, proper, common.... what ever the term is, method to keep the BO's isolated and able to be used for a web application. I was thinking of adding a custom property on each BO and calling a custom method of the BO to set the property, or making a public property on the BO that can be set in the Parentform_Loading methd when the BO's are being populated on a form.
Any input would be greatly appreciated. Sorry for the long post but I could think of an easy way to descrip the situation.