What I'd like to know is how to add a SF BO to a webform.
What I think I understand is that I need to create a BO in another project and reference that in my webform project. I can create the BO - but - don't understand what to do next. How do I reference that and then how to I add that to the webform so that I can bind textboxes to it?
Can someone help me understand this a bit better?Thanks - HB
P.S. Looking forward to seeing some of you in Amarillo in July!
Here's the problem...and don't forget...this is my first "real" application using SF.
I've got the ReferralBO in a project called "CommonBusiness" within this solution. I've added this: to the ApplicationBasePage.cs:
using
using System.Web.Configuration;
When building, I get this error:
The type or namespace name 'CommonBusiness' could not be found...
I've attached screenshots so you can see more of how I've got things setup.
Thanks - again - for trying to help!
Have you added a reference to your CommomBusiness project into the PTPlus project references?
Great to see we will meet at the class in July.
I'm sure I'll be back here soon with another question...