Hello!
I have created my project with three layers: Data, Business and Presentation. All the data access needed in presentation layer pass through business and then data, but when I assign a SqlDataSource to the grid I read directly from the database (sql in this
case) and I think that is not correct because I am flouting the nTier architecture, how should this be done properly?
Go to the complete details ...