I have this curiosity on developing this 3 tier architecture on how I'm going to populate the data for my combo box and my other text box for my application. Do I need to get it from the business layer which is taking from a data layer. Can I skip a layer and just get it from a data layer. Or, can I just make a data enviroment in my application layer to set all the data.


Thank you.