W
Wannabe
I'm getting an error and am not sure where to start to fix it. It began when
I added an updatepanel to my page. Can someone help? An "Unspecified error"
pops up when I select an option from my dropdown box the second time.
HTML with the UpdatePanel:
<ajaxToolkit:UpdatePanel ID="UpdatePanel2" runat="server"
RenderMode="Inline" UpdateMode="Conditional">
<ContentTemplate>
<asp:Label ID="Label1" CssClass="displayInline" runat="server" Text="Test
Event:"></asp:Label>
<radC:RadComboBox ID="radComboTestEvent"
runat="server" AllowCustomText="True" Height="150px" DataTextField="acronym"
DataValueField="testEventID" MaxLength="10" AutoPostBack="true"
OnSelectedIndexChanged="radComboTestEvent_SelectedIndexChanged">
</radC:RadComboBox>
</ContentTemplate>
<Triggers>
<ajaxToolkit:AsyncPostBackTrigger ControlID="radComboTestEvent"
EventName="SelectedIndexChanged" />
</Triggers>
</ajaxToolkit:UpdatePanel>
Output information from Visual Studio 2005:
A first chance exception of type 'System.Threading.ThreadAbortException'
occurred in mscorlib.dll
A first chance exception of type 'System.Threading.ThreadAbortException'
occurred in App_Web_lb0jxnwv.dll
A first chance exception of type 'System.Threading.ThreadAbortException'
occurred in App_Web_lb0jxnwv.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in
App_Web_lb0jxnwv.dll but was not handled in user code
htmlfile: Unspecified error.
I added an updatepanel to my page. Can someone help? An "Unspecified error"
pops up when I select an option from my dropdown box the second time.
HTML with the UpdatePanel:
<ajaxToolkit:UpdatePanel ID="UpdatePanel2" runat="server"
RenderMode="Inline" UpdateMode="Conditional">
<ContentTemplate>
<asp:Label ID="Label1" CssClass="displayInline" runat="server" Text="Test
Event:"></asp:Label>
<radC:RadComboBox ID="radComboTestEvent"
runat="server" AllowCustomText="True" Height="150px" DataTextField="acronym"
DataValueField="testEventID" MaxLength="10" AutoPostBack="true"
OnSelectedIndexChanged="radComboTestEvent_SelectedIndexChanged">
</radC:RadComboBox>
</ContentTemplate>
<Triggers>
<ajaxToolkit:AsyncPostBackTrigger ControlID="radComboTestEvent"
EventName="SelectedIndexChanged" />
</Triggers>
</ajaxToolkit:UpdatePanel>
Output information from Visual Studio 2005:
A first chance exception of type 'System.Threading.ThreadAbortException'
occurred in mscorlib.dll
A first chance exception of type 'System.Threading.ThreadAbortException'
occurred in App_Web_lb0jxnwv.dll
A first chance exception of type 'System.Threading.ThreadAbortException'
occurred in App_Web_lb0jxnwv.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in
App_Web_lb0jxnwv.dll but was not handled in user code
htmlfile: Unspecified error.