<div style="POSITION: absolute">
<select id="Select1" style="WIDTH: 250px; CLIP: rect(0px 250px 120px 231px); POSITION: absolute" onchange="txtcName.value=this.options[this.selectedIndex].value" name="Select1" runat="server">
<option value = '1'>1</option>
<option value = '2'>2</option>
<option value = '3'>3</option>
</select>&nbsp;
</div>


<INPUT id="txt" style="WIDTH: 240px" type="text" name="txtcName" runat="server">