Cannot unregister UpdatePanel

Last post 03-27-2008 8:32 PM by Nezdet. 5 replies.

Sort Posts:

  • Cannot unregister UpdatePanel

    03-27-2008, 9:56 AM
    • Loading...
    • Nezdet
    • Joined on 02-11-2007, 7:21 AM
    • Posts 125

    ErrorMessage:: Cannot unregister UpdatePanel with ID 'UpdatePanel9' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.
    Parameternamn: updatePanel I have Searched and I havent found any solutions... Are there any soultions how to solve this problem?

  • Re: Cannot unregister UpdatePanel

    03-27-2008, 10:21 AM
  • Re: Cannot unregister UpdatePanel

    03-27-2008, 10:31 AM
    • Loading...
    • Nezdet
    • Joined on 02-11-2007, 7:21 AM
    • Posts 125

    Yes I read it But I havent found any soultion??

     

  • Re: Cannot unregister UpdatePanel

    03-27-2008, 11:34 AM
    • Loading...
    • Nezdet
    • Joined on 02-11-2007, 7:21 AM
    • Posts 125
    I get the error when  I move from One page to another page using the code:(Second page)RadioButtonList AdvertiseAsRadioButtonList = ((RadioButtonList)(PreviousPage.FindControl("AdvertiseAsRadioButtonList")));

    What is the solution? how can I solve the problem?

  • Re: Cannot unregister UpdatePanel

    03-27-2008, 6:14 PM
    • Loading...
    • Nezdet
    • Joined on 02-11-2007, 7:21 AM
    • Posts 125

    Are there any soultions for this problem??

  • Re: Cannot unregister UpdatePanel

    03-27-2008, 8:32 PM
    Answer
    • Loading...
    • Nezdet
    • Joined on 02-11-2007, 7:21 AM
    • Posts 125

    I found What was causing the error....

    I did Server.transfer ... so Iam just doing a postback and it works

Page 1 of 1 (6 items)