TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sankar nandakumaran
NA
24
0
Clarification about three tier architecture in ASP.NET with C# code
Jul 23 2012 1:09 AM
Hi....
Can anyone post a good example for
3 tier or 4 tier architecture
regarding
generic data access layer (DAL)
and
business layer (BL)
and a simple form in asp.net with c# code.
I will be glad if DAL contains main functions like
insert , update , delete , select using stored procedures and command text, also how to fill dataset
.
anyone can send the project to my mail id also
[email protected]
I am using ASP.NET with C# in our new project. Connection string is written in web.config file. Back end is SQL Server 2005
Thanks and Regards
Sankar
Reply
Answers (
1
)
Example for formview control by using SqlDataSource.
How to bind a binary image to the image control in ASP.net