不是在.cs里,是在html的javascript里,可能我的意思没有表达清楚!!!!!
如何做?我使用:
function keypress(sel)
{
document.getElementById("name"
.innerText = sel.options[sel.selectedIndex].text;
event.returnvalue = false;
}
在<asp
ropdownlist id="dropdownlist1" runat="server" Width="132px" onkeydown="keypress(this)" >
但是好象用起来不是非常的正确,有时对,有时不对,不知道为什么???