i need an idea

  • Thread starter Thread starter rachel
  • Start date Start date
R

rachel

Hi all,
I am currently putting together a site or a real estate
agent and I have decided to create a way in which the
agent can upload their feature listings and description of
the property.

My idea is to house data that points to an image path on
the webserver and also store description data that
pertains to a peoperty.
Therefore row 1 would contain the path of the image and
some description of the property.
I was planning on displaying the image and the
corresponding description in a datagrid. Would this be the
best way of doing this?
Is there another way to display the image and description
using XML?
Your help is appreciated.
Thank You.
Rachel
 
"best" is subjective.
Is the way you suggest a suitable way, definitely. It's probably what I
would do. A simple DB with the info and path would suffice nicely.
 
I think datagrids are good for returning multiple many records against a
search

Sounds like you're returning a single record for one property.

I would think about returning the record and displaying it in a html table
or preferably a set of Div tags that can be styled with css
 
Back
Top