J
Jim
My subject probably isn't very descriptive of what I want to do, so
let me explain:
I wna tto have a website that holds a number of products, grouped by
category. On the administration page of the website, I want to allow
the operator to move products between categories. The interface I
have in mind would have two dropdowns at the top, one to select the
FROM categroy, which would cause the page to re-post, and thus display
all of the products in that catgegory. The second dropdown would
allow the operator to select the TO category where products would be
placed when they clicked the "Submit" button at the bottom.
Each prodcut has a name and an image. The images are stored on the
server, and their filenames are stored along with the item
descriptions in the database. What I would like for the page to do is
to display a grid, say thrww columns wide, and in each cell, show the
image, then the product name, and then a checkbox that would indicate
that this product is to be moved. For the time being, all the items
in the category can be displayed all at once, although eventually I'll
probably limit the number of rows in the table to 10-15, and then
provide links to the previous and next pages, to keep the page load
time down.
This sounds to me like something along the lines of what you'd do with
a datagrid control, but those usually repeat records one per row. In
this case, each row would have three records on it, as I stated above.
Each cell would then show the image, and then the product name below
it, and then a checkbox below that. Any suggestions as to how I might
lay out soemthing like this? I'm a little new to all these .NET
controls. Thanks!
JIM
let me explain:
I wna tto have a website that holds a number of products, grouped by
category. On the administration page of the website, I want to allow
the operator to move products between categories. The interface I
have in mind would have two dropdowns at the top, one to select the
FROM categroy, which would cause the page to re-post, and thus display
all of the products in that catgegory. The second dropdown would
allow the operator to select the TO category where products would be
placed when they clicked the "Submit" button at the bottom.
Each prodcut has a name and an image. The images are stored on the
server, and their filenames are stored along with the item
descriptions in the database. What I would like for the page to do is
to display a grid, say thrww columns wide, and in each cell, show the
image, then the product name, and then a checkbox that would indicate
that this product is to be moved. For the time being, all the items
in the category can be displayed all at once, although eventually I'll
probably limit the number of rows in the table to 10-15, and then
provide links to the previous and next pages, to keep the page load
time down.
This sounds to me like something along the lines of what you'd do with
a datagrid control, but those usually repeat records one per row. In
this case, each row would have three records on it, as I stated above.
Each cell would then show the image, and then the product name below
it, and then a checkbox below that. Any suggestions as to how I might
lay out soemthing like this? I'm a little new to all these .NET
controls. Thanks!
JIM