Hi
i am using combox
as below in aspx page
<ajaxToolkit:ComboBox ID="ComboBox_JCcode" runat="server" DropDownStyle="DropDownList" AutoCompleteMode="Suggest" CssClass="AquaStyle" OnTextChanged="ComboBox_JCcode_TextChanged"></ajaxToolkit:ComboBox>
but it is not firing the textchange event please help me