How to work with n-tier Appliction.
Dear members,
I made three different layers in my appliction. One is for DataAccess, Second is for ObjectDeclarations ( fields defined as properties) and third is for User Interface.
I am facing problem in accessing the data in user interface (form / datagrid /textboxes etc.)
Please help me.