BusinessObject1 myBO = new BusinessObject1();
Whenever I go to a page in my app that inherits from ApplicationBasePage I cannot see the object I created above. Do I have a scoping issue or something?
Something else that is very frustrating is whenever I compile my business object it does not show up in my toolbox to allow me to drop it on a web form. Are we suppose to drop the business objects on Web Forms or do we reference it some other way?
A C# ASP.NET demo would certainly be helpful.
Any help is greatly appreciated.
Thanks,Scott