I cannot see my grid view when running the website

AdvimaAvaittY

New Member
In my asp.net website project, I need to use a grid view that fetches data from my access database. I though I knew how to do that. But apparently something is missing. I configured the AccessDataSource to my table in the database, and did a grid view to show the contents of this table. but still when I run the website I can't get the grid to show. What could be wrong with my code?and another question. when I do make it run, I need to get the value of a cell in that grid when I click it. How can i do that?
 
Back
Top