How to create a dynamic dropdownlist in C# using OleDb connection?

937 views Asked by At

I would like to create a 2 dynamic dropdownlists, exactly the same as the project in the video below where both dropdownlists change according to the selection in the other dropdownlist. Only difference is, I would like to use OleDb connection as my database is in Microsoft Access and I'm using visual studio to work on this project.

(Reference)

ASP Net with C# Dynamic Dropdownlist

Codes at:

  • 14:13
  • 24:28

How do I go about writing the code for this in C#?

My 2 drop down lists are - Models , Tester

Thanks.

0

There are 0 answers