What steps will reproduce the problem?
1. visit connDetails
2. boom! (error below)
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
Server Error in '/' Application.
--------------------------------------------------------------------------------
A control with ID 'dBr' could not be found for the trigger in UpdatePanel
'dUpdatePanel'.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: A control with ID
'dBr' could not be found for the trigger in UpdatePanel 'dUpdatePanel'.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the exception
can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: A control with ID 'dBr' could not be found for
the trigger in UpdatePanel 'dUpdatePanel'.]
System.Web.UI.UpdatePanelControlTrigger.FindTargetControl(Boolean
searchNamingContainers) +328741
System.Web.UI.AsyncPostBackTrigger.Initialize() +27
System.Web.UI.UpdatePanelTriggerCollection.Initialize() +76
System.Web.UI.UpdatePanel.Initialize() +40
System.Web.UI.UpdatePanel.OnLoad(EventArgs e) +52
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4927;
ASP.NET Version:2.0.50727.4927
Original issue reported on code.google.com by jpetti...@gmail.com on 12 Apr 2010 at 4:56
Original issue reported on code.google.com by
jpetti...@gmail.com
on 12 Apr 2010 at 4:56