M
Matthias
hi there,
i've currently moved from asp.net 1.1 to 2.0 and i don't get the new
namespace thing:
all pages, controls etc. in my web application are not wrapped into a
any namespace as it was in 1.1. now here is my problem. i've got quite a
view classes located in my App_Code directory. i'd like to put them into
namespaces for better organization (Localization, BOL, DAL, etc.). if i
do so, adding a using directive to my default.aspx.cs and hoping i could
use any of the classes wouldn't work.
how do i cope with this? any reading available? any hints?
thanks in advance, matthias
i've currently moved from asp.net 1.1 to 2.0 and i don't get the new
namespace thing:
all pages, controls etc. in my web application are not wrapped into a
any namespace as it was in 1.1. now here is my problem. i've got quite a
view classes located in my App_Code directory. i'd like to put them into
namespaces for better organization (Localization, BOL, DAL, etc.). if i
do so, adding a using directive to my default.aspx.cs and hoping i could
use any of the classes wouldn't work.
how do i cope with this? any reading available? any hints?
thanks in advance, matthias