hello, help,
i have a access database with menu items--id, food items, description, price.
with vs2008 i have connected to this database. and displayed on a aspx webpage using
gridview, i can manipulate it with certain sql statements showing only certain things from
the database, but the headings of the titles keep showing
this is what i am shooting for on my aspx webpage.
where id =1
<table>
<tr><td> picture of item( linked to not iin the database)</td></tr>
<tr><td> food item</td></tr>
<tr><td> description</td></tr>
<tr><td> price</td></tr>
</table>
where id =2
<table>
<tr><td> picture of item( linked to not iin the database)</td></tr>
<tr><td> food item</td></tr>
<tr><td> description</td></tr>
<tr><td> price</td></tr>
</table>
where id = etc.
i messed around and got id =1 to work but it showed the headers also and the table was malformed.
As you may have guessed i am novice at this 2008 , i know some sql.
any advice on this is welcome , i can make this work, but i wnat it to work from database
to aspx webpage.
thanks again,
craig
ASKED:
Jul 13 2009 4:27 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _