I am trying to use GetEnumerable with a Business Object in a web page like this:
foreach
but when I try to build the web site, I get an error that says:
" The type of namespace name 'Serv_CLosedBO' could not be found (are you missing a using directive or an assembly reference?) "
The BO is declared in the corresponding applicationbasepage,
Can I use GetEnumerable in web pages? what am I missing?
BOs are not supposed to be instantiated in applicationbasepage and so be available in my page?