65 pts.
 table from gridviewwith sql vs2008
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

Software/Hardware used:
ASKED: July 13, 2009  4:27 PM
UPDATED: July 13, 2009  5:34 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _