Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello friends,

i want to login with ado.net 3 tier architecture please help me
can u give me some code for it? pls

Gaurang R.
Posted
Updated 23-Jul-12 11:39am
v3

Hi,

Here may be your steps,

1) UI Layer (your aspx pages) input your credentials.
2) Fill your User Entity with input data and pass it to BAL (Business Access Layer) for validation.
3) Validate your input data for null/empty/incorrect character.
4) Pass it to DAL(Data Access Layer) for checking if this data is available in database ?
5) Return your status message and bubble up to the UI Layer.

Above steps may change depend on your Architecture.

Thanks
-Amit.
 
Share this answer
 
Comments
Gaurangraval 23-Jul-12 10:32am    
thanks
hi
In this blog you can download some sample templates

http://jeanpaulva.com/frameworks/[^]
 
Share this answer
 
Comments
Gaurangraval 23-Jul-12 10:32am    
thanks...

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