Hi ALL,
I wonder if anyone has been using n-tier to bind to a GridView control by using the ObjectDataSource. This is our first OOP web application, and we have no tables. Right now we are simply working with objects in memory.
So, it appears as though Microsoft requires that our datamapper classes reside inside a folder called "App_Code", and NO WHERE ELSE.
So, has anyone successfully been able to place their datamappers in a location other than "App_Code", and actually retrieve records from a datamapper class?
TIA, Randy
PS - the FAQ about retrieving records from a table is nice, but not relevant in our case.
I wonder if anyone has been using n-tier to bind to a GridView control by using the ObjectDataSource. This is our first OOP web application, and we have no tables. Right now we are simply working with objects in memory.
So, it appears as though Microsoft requires that our datamapper classes reside inside a folder called "App_Code", and NO WHERE ELSE.
So, has anyone successfully been able to place their datamappers in a location other than "App_Code", and actually retrieve records from a datamapper class?
TIA, Randy
PS - the FAQ about retrieving records from a table is nice, but not relevant in our case.