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
Pedro Popplar
NA
3
1k
using arrayList as DataSource for Gridview
Apr 20 2018 8:17 AM
Hi, Im trying to implement this way of populating a gridview
https://aspdotnetcodebook.blogspot.com.ar/2008/07/using-arraylist-as-datasource-for.html
but using 2 layer architecture (UI - BO).
BO has 2 class (Person.cs and PersonList.cs)
I want to move the method that create/retrieve the Session and call it from the UI (Default.aspx.cs in the page load). Basically the same as in the page but using a layer for the objects.
Any recommendation?
Reply
Answers (
1
)
Questions regarding reading files
chat application with asp.netc#