|
-
May 24th, 2013, 09:26 AM
#2
Re: ASP.NET Presentation Layer, BLL, DAL
Hello,
Here are two very thorough walkthroughs on doing just this:
http://imar.spaanjaars.com/416/build...pnet-20-part-1
http://imar.spaanjaars.com/476/n-lay...l-introduction
If you can get the data from the database, to the page, then the reverse operation follows a very similar pattern. You would have methods on your DAL that inserts/updates the data in the database. Your BLL would call these methods once they have worked on the data to make it correct, and your UI would call the methods on your BLL based on the information that is posted to the web form.
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|