I am currently tryin to construct a webpage using Visual Studio.net and am having real problems in populating a dropdown list from an access database.
I have used an OleConnection and OleCommand to connect to the access database and the connection apears to work, but try as I may I cannot understand how I then stipulate the connection of the dropdown list to the database or the column I wish to have displayed.
Articles I have read either only concentrate on an SQL connection or say click in the Datasource filed within the properties window of the Dropdown list to start a wizaed, but none starts for me.
What am I missing or failing to do?
I have used an OleConnection and OleCommand to connect to the access database and the connection apears to work, but try as I may I cannot understand how I then stipulate the connection of the dropdown list to the database or the column I wish to have displayed.
Articles I have read either only concentrate on an SQL connection or say click in the Datasource filed within the properties window of the Dropdown list to start a wizaed, but none starts for me.
What am I missing or failing to do?