我有一個組合框:問題的添加事件到組合
<ext:ComboBox ID="cbGroup" runat="server" Width="150"
OnItemSelected="cbGroup_ItemSelected">
</ext:ComboBox>
和方法:
protected void cbGroup_ItemSelected(object sender, EventArgs e)
{
FilterItemSelected(this, new EventArgs());
}
當在組合框的項被改變心不是觸發方法。
我在想什麼?
這不是默認的asp控件。請指明你的位置。 – Zenuka 2010-07-21 12:48:58