Melancholy Nonsense

Extender Controls May Not Be Registered Before Prerender

April 4th, 2008 by stephanie

I’ve been meaning to start blogging about technical stuff forever so here goes the first one.

Extender Controls May Not Be Registered Before Prerender

Chances are if you see this one you are missing a call to Base.OnPreRender(e) in the overide of the OnPreRender event. Adding the function call there will fix the problem. Apparently this wasn’t an issue in the first release of ajax, when I recieved it, it was after upgrading a perfectly fine app to the newest version of Ajax.

Here’s the link I found the solution at: http://aspnetresources.com/blog/controls_may_not_be_registered_before_prerender.aspx

Posted in C#, Asp.NET, Ajax, Work | 3 Comments »