G
Guest
Hey all,
I'm trying to create a personal media tracker in asp.net and had a few
design questions. Following is a snippet of my pertinent fields in my database
Media Table:
name
media type
Borrowed Table:
name
date borrowed
borrowed by
I'd like to display a datagrid of all my media, and then have a read-only
checkbox column that's checked when the media is checked out. I'm assuming
that in my media table I wouldn't already have a boolean field to indicate
whether it's checked out or not, correct? This would be calculated by the
records in the borrowed table.
So if I display all the records in my media table, what do i have to do to
make my requirement a reality?
thanks,
rodchar
I'm trying to create a personal media tracker in asp.net and had a few
design questions. Following is a snippet of my pertinent fields in my database
Media Table:
name
media type
Borrowed Table:
name
date borrowed
borrowed by
I'd like to display a datagrid of all my media, and then have a read-only
checkbox column that's checked when the media is checked out. I'm assuming
that in my media table I wouldn't already have a boolean field to indicate
whether it's checked out or not, correct? This would be calculated by the
records in the borrowed table.
So if I display all the records in my media table, what do i have to do to
make my requirement a reality?
thanks,
rodchar