salve io ho una select dove io abbino un nome e come risultato mi da il codice del nome siccome io ho una tabella che mi serve il codice del nome ma vorrei scrivere anche il nome che seleziono io non riesco a recuperare il nome mi potreste dare dei suggerimenti per poter recuperare anche il nome?
grazie

qui sotto c'è il codice


codice:
<table border="0" cellpadding="2" align="center" width="508">
  <tr>
    <td width="253"><font face="arial, helvetica, sans-serif" size="2">SKU</font><font face="arial, helvetica, sans-serif" size="-2">

                </font><input size="23" name="txtSKU" value="<%=SKU%>" maxLength="50" tabindex="1"><sub></sub></td>
    <td width="253" valign="bottom" align="left"><font face="arial, helvetica, sans-serif" size="2">Categoria
      ID</font><font face="arial, helvetica, sans-serif" size="-2"><font color="#ff0000">*</font>

                </font>
<%
dim oDropDown
Set oDropDown = new Tools_DropDown
oDropDown.ShowDropDown "ProdCategories","txtCatID", CatID, 2, "SELECT CategoryID,CategoryName FROM ProdCategories WHERE categoryID NOT IN (SELECT parentID FROM prodCategories)" 
%><sub></sub></td>
  </tr>
  <tr>
    <td width="253"><font face="arial, helvetica, sans-serif" size="2">Nome
      Articolo</font><font face="arial, helvetica, sans-serif" size="-2"><font color="#ff0000">*</font>

                </font><input size="23" name="txtItemName" value="<%=ItemName%>" maxLength="50" tabindex="3"><sub></sub></td>
    <td width="253" valign="bottom" align="left"><font face="arial, helvetica, sans-serif" size="2">Descrizione</font><font face="arial, helvetica, sans-serif" size="-2"><font color="#ff0000">*</font>

                </font><input size="23" name="txtItemDesc" value="<%=ItemDesc%>" maxLength="50" tabindex="4"><sub></sub></td>
  </tr>