Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a menu using asp.net with vb coding.
It is developed in 3 tier architecture.

In the menu, two items are there, one item contains details related to user and another item contains details related to user location.

I have also created 2 sql tables in a database for this program.
I have created primary keys for linking these 2 tables in data tier.

How can I proceed next?
Posted
Updated 13-Sep-10 21:19pm
v3
Comments
Dalek Dave 14-Sep-10 3:19am    
Edited for Grammar and Readability.

1 solution

!) You need to setup your UI validations (password cannot be blank type stuff) in the User Layer.

2) Your business logic (calculations on the tables etc) should go into the business layer.

3) Queries for fetching data from the tables should go into Data layer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900