Using a SQL datasource to filter the options in drop down list from an onclick link button
Ultimately I have a drop down list that show all individuals. I'm wanting the user to be able to click a link button(A-Z) so the options in the drop down list only hold the names that fall into the link button's category. SP is already written just unsure of how exactly to tie the link button and drop down list with out writing code per link button. I'm wanting to use a data view for this. So on my aspx page I have the datasource set up and pointing to the drop down list but not sure on how to code it..
Jquery UI Autocomplete?