tu dois en le créant
lui ajouter un event client
dd.attributes.add("onchange","nomfunctionjavascript(this);");
dans ton code html
<script type="javascript">
nomfunctionjavascript(mydropdown)
{
var index = dropdown.selectedIndex
var Selectext = dropdown.options[myindex].value
//ici tu irais rechercer ta textbox
document.getElementbyId("<%= mytexbox.ClientID %>").value = Selecttext;
}
un truc du style
</script>