RenderControl error

Posted by Rubans on Stack Overflow See other posts from Stack Overflow or by Rubans
Published on 2010-05-21T10:06:42Z Indexed on 2010/05/21 10:10 UTC
Read the original article Hit count: 538

Filed under:
|

HI, I have a grid with which I'm templating columns with and one column is a user control. Since I'm adding these in the code behind ( using ITemplate), I get an error when I try to render the UserControl. This particular user control does require a scriptmanager since it includes a ajax control (radcombobox). The error I get is : Script control 'LookupComboBox' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().

I'm not sure even if my approach is correct using user control and using RenderControl.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#