Hi
I have problem when i add updatecontrol into page
Server Error in '/' Application.
Exception Details: System.InvalidOperationException: A control with ID 'g_b8df8590_3aee_4380_801b_65cf48a32c75$Search' could not be found for the trigger in UpdatePanel 'g_b8df8590_3aee_4380_801b_65cf48a32c75$tblLayoutPanel'.
Source Error:
Stack Trace:
I have problem when i add updatecontrol into page
Server Error in '/' Application.
A control with ID 'g_b8df8590_3aee_4380_801b_65cf48a32c75$Search' could not be found for the trigger in UpdatePanel 'g_b8df8590_3aee_4380_801b_65cf48a32c75$tblLayoutPanel'.
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 'g_b8df8590_3aee_4380_801b_65cf48a32c75$Search' could not be found for the trigger in UpdatePanel 'g_b8df8590_3aee_4380_801b_65cf48a32c75$tblLayoutPanel'.
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 'g_b8df8590_3aee_4380_801b_65cf48a32c75$Search' could not be found for the trigger in UpdatePanel 'g_b8df8590_3aee_4380_801b_65cf48a32c75$tblLayoutPanel'.] System.Web.UI.UpdatePanelControlTrigger.FindTargetControl(Boolean searchNamingContainers) +315 System.Web.UI.AsyncPostBackTrigger.Initialize() +26 System.Web.UI.UpdatePanelTriggerCollection.Initialize() +65 System.Web.UI.UpdatePanel.Initialize() +37 System.Web.UI.UpdatePanel.OnLoad(EventArgs e) +51 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Control.AddedControl(Control control, Int32 index) +318 System.Web.UI.ControlCollection.Add(Control child) +146 Telerik.Web.UI.RadAjaxControl.CreateUpdatePanel(Control initiator, String eventName, Control updated, UpdatePanelRenderMode panelRenderMode) +1161 Telerik.Web.UI.RadAjaxControl.OnPagePreRender(Object sender, EventArgs e) +1526 System.EventHandler.Invoke(Object sender, EventArgs e) +0 System.Web.UI.Control.OnPreRender(EventArgs e) +2117788 System.Web.UI.Control.PreRenderRecursiveInternal() +86 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041 |