AccessDataSource Newbie Question -
12-29-2006
, 10:11 PM
I have added an AccessDataSource to my webpage using the VS2005 GUI.
I have set it up with a connection to a table in the Access database.
I have been able to connect and view the data from a GridView.
I am trying to get access to the individual fields and their data from the
AccessDataSource.
I would like to pull out some of the data and be able to manipulate it in
the code behind file.
I am using Visual Basic as the language.
Any help would be greatly appreciated.
Tim |