I need to make a web custom control that i can set a datasource to (from a sql table) then databind it.
Problem is i have no idea how to handle this in my control
my control i guess would work somewhat similar to a drop down list, you would set the value field and the textfield and then the control would use those to pull info from the datasource
-Thanks