December 18, 2010

Cannot unregister updatepanel since it was not registered with the scriptmanager error

By |2010-12-18T22:52:15+00:00December 18th, 2010|Categories: ASP.NET|Tags: |

This error is a pesky one. You will most likely encounter it when you're trying to dynamically load an UpdatePanel within an itemTemplate in a datagrid, or some similar control with dynamically created items. In my case: in a datagrid, and specifically within an item template in that grid. Here is the solution that has worked [...]

October 28, 2009

Cannot unregister updatepanel since it was not registered with the scriptmanager error

By |2018-06-27T17:47:25+00:00October 28th, 2009|Categories: ASP.NET|Tags: , , , |

This error is a pesky one. You will most likely encounter it when you're trying to dynamically load an UpdatePanel within an itemTemplate in a datagrid, or some similar control with dynamically created items. In my case: in a datagrid, and specifically within an item template in that grid.         Here is the [...]

Go to Top