J
Jamie Fallon
I don't understand how to use the ASP.NET Web Server Controls to do the
following. I know how to do this in standard ASP, but don't understand how
..Net wants us to do it.
I want to use one query to the database to get to get a list of people and
the pictures that are stored for that person.
So I have the dataset:
Jamie pic1
Jamie pic2
Jamie pic3
Jamie pic4
Julie pic1
Julie pic2
using the Web Server Controls, I want a table with 2 rows (each with a
variable amount of columns.) I don't want to have to make more than one
query to the database.
Jamie pic1 pic2 pic3 pic4
Julie pic1 pic2
following. I know how to do this in standard ASP, but don't understand how
..Net wants us to do it.
I want to use one query to the database to get to get a list of people and
the pictures that are stored for that person.
So I have the dataset:
Jamie pic1
Jamie pic2
Jamie pic3
Jamie pic4
Julie pic1
Julie pic2
using the Web Server Controls, I want a table with 2 rows (each with a
variable amount of columns.) I don't want to have to make more than one
query to the database.
Jamie pic1 pic2 pic3 pic4
Julie pic1 pic2