show data from MS access in data grid using ASP.Net

  • Thread starter Thread starter josephrthomas
  • Start date Start date
J

josephrthomas

hi...can someone pls show me how can i connect asp.net to
access and retrieve data from it and show it in a datagrid
pls???
the datagrid has all the lines needed to put the data from
the access table + 2 extra columns to insert two pictures
which are inserted from elsewhere(not from the table in
access)...
can someone pls help????
tks a lot...
 
josephrthomas said:
hi...can someone pls show me how can i connect asp.net to
access and retrieve data from it and show it in a datagrid
pls???
the datagrid has all the lines needed to put the data from
the access table + 2 extra columns to insert two pictures
which are inserted from elsewhere(not from the table in
access)...
can someone pls help????
tks a lot...

Is this enough to get you going (in VB):
http://www.learnasp.com/freebook/learn/dbopen.aspx
 
Back
Top