Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a list of items to my presentation layer
Message
From
09/10/2009 13:08:29
 
 
To
All
General information
Forum:
ASP.NET
Category:
Object Oriented Programming
Title:
Passing a list of items to my presentation layer
Environment versions
Environment:
C# 2.0
OS:
Windows XP
Network:
Windows 2008 Server
Database:
MySQL
Application:
Web
Miscellaneous
Thread ID:
01428503
Message ID:
01428503
Views:
129
I have created my DAL layer which will get TopMenu items and ChildMenuItems from my database.

Now I need to work on my BOL but I am totally lost!.

My presentation layer have a menu control that loads the topmenuitems and childmenuitems.

I do not know how to implement my BOL.

Here is my logic :

In my BOL I will get a dataset from my DAL (I did finished ) which contains two tables one called TopMenuItems and the other ChildMenuItems.

Now how do I implement the BOL that will pass an object to my presentation layer to build the menu.

My presentation layer contains a menu control that will loop through the TopMenus and Childmenus which shold come from my BOL.

I do not know how to implement this!!.

Please Anyhelp is appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform