我有這個下拉列表。是否可以從onselectedindexchanged事件同時調用javascript函數和服務器端函數?客戶端和服務器端在同一事件(onselectedindexchanged)
<asp:DropDownList ID="drpPartGroup"
runat="server"
Height="19px"
Width="169px"
AutoPostBack="True"
onselectedindexchanged="drpPartGroup_SelectedIndexChanged">
</asp:DropDownList>
謝謝。